Class
Gtk.BuilderCScope
Constructors
gtk_builder_cscope_new
Creates a new GtkBuilderCScope
object to use with future GtkBuilder
instances.
Instance methods
gtk_builder_cscope_add_callback_symbol
Adds the callback_symbol
to the scope of builder
under the given callback_name
.
gtk_builder_cscope_add_callback_symbols
A convenience function to add many callbacks instead of calling
gtk_builder_cscope_add_callback_symbol()
for each symbol.
gtk_builder_cscope_lookup_callback_symbol
Fetches a symbol previously added to self
with gtk_builder_cscope_add_callback_symbol()
.