Become an expert in R — Interactive courses, Cheat Sheets, certificates and more!
Get Started for Free

gdkWindowBeginMoveDrag

gdkWindowBeginMoveDrag


Description

Begins a window move operation (for a toplevel window). You might use this function to implement a "window move grip," for example. The function works best with window managers that support the Extended Window Manager Hints (http://www.freedesktop.org/Standards/wm-spec), but has a fallback implementation for other window managers.

Usage

gdkWindowBeginMoveDrag(object, button, root.x, root.y, timestamp)

Arguments

object

a toplevel GdkWindow

button

the button being used to drag

root.x

root window X coordinate of mouse click that began the drag

root.y

root window Y coordinate of mouse click that began the drag

timestamp

timestamp of mouse click that began the drag

Author(s)

Derived by RGtkGen from GTK+ documentation


RGtk2

R Bindings for Gtk 2.8.0 and Above

v2.20.36
GPL
Authors
Michael Lawrence <michafla@gene.com> and Duncan Temple Lang <duncan@wald.ucdavis.edu>
Initial release

We don't support your browser anymore

Please choose more modern alternatives, such as Google Chrome or Mozilla Firefox.