Signal

GtkHandleBox::child-detached

deprecated: 3.4 

Declaration

void
child_detached (
  GtkHandleBox* self,
  GtkWidget* widget,
  gpointer user_data
)

Description [src]

This signal is emitted when the contents of the handlebox are detached from the main window.

Default handler:

The default handler is called before the handlers added via g_signal_connect().

Deprecated since: 3.4

GtkHandleBox has been deprecated.

Parameters

widget

Type: GtkWidget

The child widget of the handlebox. (this argument provides no extra information and is here only for backwards-compatibility)

The data is owned by the caller of the function.