Method

GtkMenuToolButtonget_menu

since: 2.6

Declaration [src]

GtkWidget*
gtk_menu_tool_button_get_menu (
  GtkMenuToolButton* button
)

Description [src]

Gets the GtkMenu associated with GtkMenuToolButton.

Available since: 2.6

Return value

Type: GtkWidget

The GtkMenu associated with GtkMenuToolButton.

The returned data is owned by the instance.