gtkBuilderAddFromFile {RGtk2} | R Documentation |
Parses a file containing a GtkBuilder
UI definition and merges it with the current contents of builder
.
gtkBuilderAddFromFile(object, filename, .errwarn = TRUE)
|
[GtkBuilder ] a GtkBuilder |
|
[character] the name of the file to parse |
.errwarn |
Whether to issue a warning on error or fail silently |
Since 2.12
A list containing the following elements:
retval |
[numeric] A positive value on success, 0 if an error occurred |
|
[GError ] return location for an error, or NULL |
Derived by RGtkGen from GTK+ documentation