Package: gtk

Function gtk-builder-new-from-string

Lambda List

gtk-builder-new-from-string (string)

Arguments

string -- a string with the user interface description

Return Value

A gtk-builder object containing the interface described by string.

Details

Builds the user interface described by string in the gtk-builder UI definition format. If there is an error parsing the string then the program will be aborted. You should not attempt to parse user interface description from untrusted sources.
 

See also

2021-9-23