Method
GtkMenuButtonget_popup
since: 3.6
Declaration [src]
GtkMenu*
gtk_menu_button_get_popup (
GtkMenuButton* menu_button
)
Description [src]
Returns the GtkMenu
that pops out of the button.
If the button does not use a GtkMenu
, this function
returns NULL
.
Available since: 3.6
Gets property | Gtk.MenuButton:popup |
Return value
Type: GtkMenu
A GtkMenu
or NULL
.
The returned data is owned by the instance. |
The return value can be NULL . |