Missing Constants? #213
Closed
Missing Constants? #213
Labels
Comments
The generator currently doesn't generate the constants, tough we should be able to add this. |
Sorry Mike, how can I access these constants? I've trying a few things but only seem to have access to the public enums in that file. Thanks for the quick response and fix btw! |
The *.c.types modules are publicly imported by the modules of the parent package. So if you import any of the gtk modules you should be able to use |
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment
I am trying to figure out how to add constants, in particular for a first go: Gtk.STYLE_CLASS_LINKED. For starters, Is it even possible to add this?
The text was updated successfully, but these errors were encountered: