| Top |
Functions
| GtkWidget * | gtk_popover_menu_bar_new_from_model () |
| void | gtk_popover_menu_bar_set_menu_model () |
| GMenuModel * | gtk_popover_menu_bar_get_menu_model () |
Implemented Interfaces
GtkPopoverMenuBar implements AtkImplementorIface, GtkBuildable and GtkConstraintTarget.
Description
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.
Functions
gtk_popover_menu_bar_new_from_model ()
GtkWidget *
gtk_popover_menu_bar_new_from_model (GMenuModel *model);
Creates a GtkPopoverMenuBar from a GMenuModel.
gtk_popover_menu_bar_set_menu_model ()
void gtk_popover_menu_bar_set_menu_model (GtkPopoverMenuBar *bar,GMenuModel *model);
Sets a menu model from which bar
should take
its contents.
gtk_popover_menu_bar_get_menu_model ()
GMenuModel *
gtk_popover_menu_bar_get_menu_model (GtkPopoverMenuBar *bar);
Returns the model from which the contents of bar
are taken.
