set_menu_model
Description:
Sets the `GMenuModel` from which the popup will be constructed.
If menu_model
is null, the button is disabled.
A [class@Gtk.Popover] will be created from the menu model with [ctor@Gtk.PopoverMenu.new_from_model]. Actions will be connected as documented for this function.
If [property@Gtk.MenuButton:popover] is already set, it will be dissociated from the this, and the property is set to null.
Parameters:
this |
a `GtkMenuButton` |
menu_model |
a `GMenuModel`, or null to unset and disable the button |