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 property | Gtk.MenuButton:popover |
Return value
Returns: GtkPopover |
|
a |
|
Ownership is not transferred to the caller | |
Can be NULL |