Package: gtk
Accessor gtk:builder-current-object
Lambda Listgtk:builder-current-object (object) SyntaxArgumentsDetails The accessor for the current-object slot of the gtk:builder class gets or sets the current object for the builder.
The current object can be thought of the object that the builder is
working for and will often be used as the default object when an object is
optional. The gtk:widget-init-template function, for example, will set the current object to the widget the template is inited for. For functions like the gtk:builder-new-from-resource function, the current object will be nil. | See also |
2025-07-28