PopoverMenu
Creates a GtkPopoverMenu
and populates it according to @model.
The created buttons are connected to actions found in the GtkApplicationWindow
to which the popover belongs - typically by means of being attached to a widget that is contained within the GtkApplicationWindow
s widget hierarchy.
Actions can also be added using method@Gtk.Widget.insert_action_group on the menus attach widget or on any of its parent widgets.
This function creates menus with sliding submenus. See ctor@Gtk.PopoverMenu.new_from_model_full for a way to control this.
Return
the new GtkPopoverMenu
Parameters
a GMenuModel
Creates a GtkPopoverMenu
and populates it according to @model.
The created buttons are connected to actions found in the action groups that are accessible from the parent widget. This includes the GtkApplicationWindow
to which the popover belongs. Actions can also be added using method@Gtk.Widget.insert_action_group on the parent widget or on any of its parent widgets.
Return
the new GtkPopoverMenu
Parameters
a GMenuModel
flags that affect how the menu is created