Method
GtkToolItemretrieve_proxy_menu_item
since: 2.4
Declaration [src]
GtkWidget*
gtk_tool_item_retrieve_proxy_menu_item (
GtkToolItem* tool_item
)
Description [src]
Returns the GtkMenuItem
that was last set by
gtk_tool_item_set_proxy_menu_item(), ie. the GtkMenuItem
that is going to appear in the overflow menu.
Available since: 2.4
Return value
Type: GtkWidget
The GtkMenuItem
that is going to appear in the
overflow menu for tool_item
.
The returned data is owned by the instance. |