Package: gtk

Function gtk:builder-new-from-file

Lambda List

gtk:builder-new-from-file (path)

Arguments

path -- a path or namestring with the file to load

Return Value

The gtk:builder object containing the described interface.

Details

Builds the gtk:builder UI definition from a user interface description file. If there is an error opening the file or parsing the description then the program will be aborted. You should only ever attempt to parse user interface descriptions that are shipped as part of your program.
 

See also

2024-3-16