Package: gtk
Function gtk:builder-application
Lambda Listgtk:builder-application (builder) SyntaxArgumentsDetails
Gets or sets the application associated with the builder.
The application is used for creating action proxies as requested from XML
that the builder is loading. By default, the builder uses the default application: the one from the g:application-default function.
Use this function, if you want to use another application for constructing
proxies. You only need this function if there is more than one g:application instance in your process. The application argument cannot be nil. | See also |
#2026-06-17