Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

Bound JS Sub Class Objects #37

Closed
dolfelt opened this issue Feb 23, 2011 · 2 comments
Closed

Bound JS Sub Class Objects #37

dolfelt opened this issue Feb 23, 2011 · 2 comments

Comments

@dolfelt
Copy link

dolfelt commented Feb 23, 2011

I am trying to bind an object to CEF using cefsharp. I am able to bind a single class, such as class NativeObject to the Native JS object. I would like to be able to bind sub classes and create functions inside another class for different operations and have Native be the parent for all, such as: Native.window.resize.

@chillitom
Copy link
Contributor

This should be possible. It will require changes to BindingHandler to bind and add methods to a new returned object when methods with none primitive return types are called.

@dolfelt
Copy link
Author

dolfelt commented Feb 23, 2011

I would love to make the modification myself, but I just don't have enough experience with CEF or C to get it done.

@ataranto ataranto closed this as completed Mar 7, 2013
GerHobbelt pushed a commit to GerHobbelt/CefSharp that referenced this issue Apr 24, 2020
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
None yet
Projects
None yet
Development

No branches or pull requests

3 participants