Description Usage Arguments Details Value Author(s)
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.
1 | 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
Add the following code to your website.
For more information on customizing the embed code, read Embedding Snippets.