gtkToolItemRebuildMenu {RGtk2} | R Documentation |
Calling this function signals to the toolbar that the
overflow menu item for tool.item
has changed. If the
overflow menu is visible when this function it called,
the menu will be rebuilt.
gtkToolItemRebuildMenu(object)
|
[GtkToolItem ] a GtkToolItem |
The function must be called when the tool item changes what it will do in response to the "create_menu_proxy" signal.
Since 2.6
Derived by RGtkGen from GTK+ documentation