Method
GtkPanedget_handle_window
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
Returns: | GdkWindow |
The paned’s handle window. |
|
The data is owned by the instance. |