| Top |
| GtkWidget * | gtk_popover_menu_bar_new_from_model () |
| void | gtk_popover_menu_bar_set_menu_model () |
| GMenuModel * | gtk_popover_menu_bar_get_menu_model () |
GtkPopoverMenuBar implements GtkAccessible, GtkBuildable and GtkConstraintTarget.
GtkPopoverMenuBar presents a horizontal bar of items that pop up popover menus when clicked.
The only way to create instances of GtkPopoverMenuBar is from a GMenuModel.
GtkWidget *
gtk_popover_menu_bar_new_from_model (GMenuModel *model);
Creates a GtkPopoverMenuBar from a GMenuModel.
void gtk_popover_menu_bar_set_menu_model (GtkPopoverMenuBar *bar,GMenuModel *model);
Sets a menu model from which bar
should take
its contents.
GMenuModel *
gtk_popover_menu_bar_get_menu_model (GtkPopoverMenuBar *bar);
Returns the model from which the contents of bar
are taken.