Constructor
GtkMenuButtonnew
since: 3.6
Declaration [src]
GtkWidget*
gtk_menu_button_new (
void
)
Description [src]
Creates a new GtkMenuButton
widget with downwards-pointing
arrow as the only child. You can replace the child widget
with another GtkWidget
should you wish to.
Available since: 3.6
Return value
Type: GtkWidget
The newly created GtkMenuButton
widget.
The data is owned by the called function. |