gtkBuilderAddFromString {RGtk2} | R Documentation |
Parses a string containing a GtkBuilder
UI definition and merges it with the current contents of builder
.
gtkBuilderAddFromString(object, buffer, length, .errwarn = TRUE)
|
[GtkBuilder ] a GtkBuilder |
|
[character] the string to parse |
|
[numeric] the length of buffer (may be -1 if buffer is nul-terminated) |
.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