Description Usage Arguments Details Author(s)
Adds a UI element to the current contents of self
.
1 2 | gtkUIManagerAddUi(object, merge.id, path, name, action = NULL,
type, top)
|
|
a |
|
the merge id for the merged UI, see |
|
a path |
|
the name for the added UI element |
|
the name of the action to be proxied, or |
|
the type of UI element to add. |
|
if |
If type
is GTK_UI_MANAGER_AUTO
, GTK+ inserts a menuitem, toolitem or
separator if such an element can be inserted at the place determined by
path
. Otherwise type
must indicate an element that can be inserted at
the place determined by path
.
If path
points to a menuitem or toolitem, the new element will be inserted
before or after this item, depending on top
.
Since 2.4
Derived by RGtkGen from GTK+ documentation
Add the following code to your website.
For more information on customizing the embed code, read Embedding Snippets.