Package: gtk

Function gtk-builder-new-from-file

Lambda List

gtk-builder-new-from-file (filename)

Arguments

filename -- a string with the filename

Return Value

A 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

*2021-11-30