gtkPanedGetHandleWindow {RGtk2}R Documentation

gtkPanedGetHandleWindow

Description

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.

Usage

gtkPanedGetHandleWindow(object)

Arguments

object

the paned's handle window.

Details

Since 2.20

Value

[GdkWindow] the paned's handle window.

Author(s)

Derived by RGtkGen from GTK+ documentation


[Package RGtk2 version 2.20.21 Index]