Function

GtkMenuget_for_attach_widget

since: 2.6

Declaration [src]

GList*
gtk_menu_get_for_attach_widget (
  GtkWidget* widget
)

Description [src]

Returns a list of the menus which are attached to this widget. This list is owned by GTK+ and must not be modified.

Available since: 2.6

Parameters

widget

Type: GtkWidget

A GtkWidget.

The data is owned by the caller of the function.

Return value

Type: A list of GtkWidget*

The list of menus attached to his widget.

The data is owned by the called function.