Method

AdwSplitButtonset_menu_model

since: 1.0

Declaration [src]

void
adw_split_button_set_menu_model (
  AdwSplitButton* self,
  GMenuModel* menu_model
)

Description [src]

Sets the menu model from which the popup will be created.

Available since: 1.0

Parameters

menu_model

Type: GMenuModel

The menu model.

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