SplitButton.popover

gtk.popover.Popover popover() @property

Get popover property.

Returns

The gtk.popover.Popover that will be popped up when the dropdown is clicked.

If the popover is NULL, the dropdown is disabled.

If adw.split_button.SplitButton.menuModel is set, the menu model is dissociated from the button, and the property is set to NULL.

void popover(gtk.popover.Popover propval) @property

Set popover property.

Parameters

propvalThe gtk.popover.Popover that will be popped up when the dropdown is clicked. If the popover is NULL, the dropdown is disabled. If adw.split_button.SplitButton.menuModel is set, the menu model is dissociated from the button, and the property is set to NULL.