| gdkDisplaySetDoubleClickDistance {RGtk2} | R Documentation |
Sets the double click distance (two clicks within this distance
count as a double click and result in a GDK_2BUTTON_PRESS event).
See also gdkDisplaySetDoubleClickTime.
Applications should not set this, it is a global
user-configured setting.
gdkDisplaySetDoubleClickDistance(object, distance)
|
[GdkDisplay] a GdkDisplay |
|
[numeric] distance in pixels |
Since 2.4
Derived by RGtkGen from GTK+ documentation