create_menu
Description:
public virtual unowned Widget create_menu ()
If this provides a Menu widget as a submenu for the menu item
or the toolbar item it creates, this function returns an instance of that menu.
Note:
Use Action and
MenuModel instead, and create a
Menu with gtk_menu_new_from_model
Parameters:
Returns:
|
the menu item provided by the action, or null.
|