Function

GtkMenuDetachFunc

Declaration

void
(* GtkMenuDetachFunc) (
  GtkWidget* attach_widget,
  GtkMenu* menu
)

Description [src]

A user function supplied when calling gtk_menu_attach_to_widget() which will be called when the menu is later detached from the widget.

Parameters

attach_widget

Type: GtkWidget

The GtkWidget that the menu is being detached from.

The data is owned by the caller of the function.
menu

Type: GtkMenu

The GtkMenu being detached.

The data is owned by the caller of the function.