We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
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
In other bindings (py, js, c++) there are facilities for creating custom gobjects, along with custom signals and properties.
Is this something that has been attempted for gtk-d? I would love to see that!
The text was updated successfully, but these errors were encountered:
gtkd.Implement provides One to implement GObjects and One to implement interfaces. https://api.gtkd.org/gtkd.Implement.html
We would probably do something similar for composite templates.
Sorry, something went wrong.
@MikeWey Is there any way to create custom properties and signals with this in d?
Currently no, your only option is to do the same as in C and write your own init function that connects the properties and signals.
Is this something you've thought about? I would be happy to take a stab at it, but would appreciate some direction if you have thoughts.
No branches or pull requests
In other bindings (py, js, c++) there are facilities for creating custom gobjects, along with custom signals and properties.
Is this something that has been attempted for gtk-d? I would love to see that!
The text was updated successfully, but these errors were encountered: