Gtk.BuilderScopeInterface¶
Fields¶
Name |
Type |
Access |
Description |
---|---|---|---|
create_closure |
r |
Create a closure with the given arguments. See |
|
g_iface |
r |
||
get_type_from_function |
r |
Try to lookup a |
|
get_type_from_name |
r |
Try to lookup a |
Methods¶
None
Details¶
- class Gtk.BuilderScopeInterface¶
The virtual function table to implement for
GtkBuilderScope
implementations. Default implementations for each function do exist, but they usually just fail, so it is suggested that implementations implement all of them.