gtkUIManagerAddUiFromString
Parses a string containing a UI definition and
merges it with the current contents of self
. An enclosing <ui>
element is added if it is missing.
gtkUIManagerAddUiFromString(object, buffer, length = -1, .errwarn = TRUE)
|
a |
|
the string to parse |
|
the length of |
.errwarn |
Whether to issue a warning on error or fail silently |
Since 2.4
A list containing the following elements:
retval |
[numeric] The merge id for the merged UI. The merge id can be used
to unmerge the UI with |
|
return location for an error |
Derived by RGtkGen from GTK+ documentation
Please choose more modern alternatives, such as Google Chrome or Mozilla Firefox.