Window.beginMoveDrag

void beginMoveDrag(int button, int rootX, int rootY, uint timestamp)

Starts moving a window. This function is used if an application has window movement grips. When GDK can support it, the window movement will be done using the standard mechanism for the [window manager][gtk-X11-arch] or windowing system. Otherwise, GDK will try to emulate window movement, potentially not all that well, depending on the windowing system.

Parameters

buttonmouse button that initiated the drag
rootXX position where the user clicked to initiate the drag, in root window coordinates
rootYY position where the user clicked to initiate the drag
timestamptimestamp from the click event that initiated the drag