Method

Gtk.MenuButton.get_popover

Declaration [src]

GtkPopover*
gtk_menu_button_get_popover (
  GtkMenuButton* menu_button
)

Description [src]

Returns the GtkPopover that pops out of the button.

If the button is not using a GtkPopover, this function returns NULL.

Gets propertyGtk.MenuButton:popover

Return value

Returns: GtkPopover

a GtkPopover or NULL

Ownership is not transferred to the caller
Can be NULL