Method

GtkPanedget_handle_window

since: 2.20

Declaration [src]

GdkWindow*
gtk_paned_get_handle_window (
  GtkPaned* paned
)

Description [src]

Returns the GdkWindow of the handle. This function is useful when handling button or motion events because it enables the callback to distinguish between the window of the paned, a child and the handle.

Available since: 2.20

Return value

Type: GdkWindow

The paned’s handle window.

The returned data is owned by the instance.