Method

AdapSplitButtonset_popover

Declaration [src]

void
adap_split_button_set_popover (
  AdapSplitButton* self,
  GtkPopover* popover
)

Description [src]

Sets the popover that will be popped up when the dropdown is clicked.

If the popover is NULL, the dropdown is disabled.

If AdapSplitButton:menu-model is set, the menu model is dissociated from the button, and the property is set to NULL.

Parameters

popover

Type: GtkPopover

The popover.

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