Description Usage Arguments Details Value Author(s)
If menu.item.id
matches the string passed to
gtkToolItemSetProxyMenuItem
return the corresponding GtkMenuItem
.
1 | gtkToolItemGetProxyMenuItem(object, menu.item.id)
|
|
a |
|
a string used to identify the menu item |
Custom subclasses of GtkToolItem
should use this function to update
their menu item when the GtkToolItem
changes. That the
menu.item.id
s must match ensures that a GtkToolItem
will not
inadvertently change a menu item that they did not create.
Since 2.4
[GtkWidget
] The GtkMenuItem
passed to
gtkToolItemSetProxyMenuItem
, if the menu.item.id
s match.
Derived by RGtkGen from GTK+ documentation
Add the following code to your website.
For more information on customizing the embed code, read Embedding Snippets.