Method

AdwSidebarset_menu_model

unstable since: 1.9

Declaration [src]

void
adw_sidebar_set_menu_model (
  AdwSidebar* self,
  GMenuModel* menu_model
)

Description [src]

Sets the context menu model for selfs items.

When a context menu is shown for an item, it will be constructed from the provided menu model. Use the AdwSidebar::setup-menu signal to set up the menu actions for the particular item.

AdwSidebar:menu-model will be preferred over this model if set.

Available since: 1.9

Sets propertyAdw.Sidebar:menu-model

Parameters

menu_model

Type: GMenuModel

A menu model.

The argument can be NULL.
The data is owned by the caller of the method.