Package: gtk
Function gtk-builder-new-from-string
Lambda Listgtk-builder-new-from-string (string) Argumentsstring -- a string with the user interface description Return ValueA 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