Method

Gtk.PopoverMenuBar.set_menu_model

Declaration [src]

void
gtk_popover_menu_bar_set_menu_model (
  GtkPopoverMenuBar* bar,
  GMenuModel* model
)

Description [src]

Sets a menu model from which bar should take its contents.

Parameters

model GMenuModel*
 

a GMenuModel, or NULL

 Can be NULL
 Ownership is not transferred to the callee