Gdk.Window.BeginMoveDrag Method
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 spec (see http://www.freedesktop.org), but has a fallback implementation for other window managers.

Syntax

public void BeginMoveDrag (int button, int root_x, int root_y, uint timestamp)

Parameters

button
A int, the button being used to drag
root_x
A int, root window X coordinate of mouse click that began the drag
root_y
A intm root window Y coordinate of mouse click that began the drag
timestamp
A uint, timestamp of mouse click that began the drag

Remarks

Requirements

Namespace: Gdk
Assembly: gdk-sharp (in gdk-sharp.dll)