gdkWindowBeginMoveDrag
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.
gdkWindowBeginMoveDrag(object, button, root.x, root.y, timestamp)
|
a toplevel |
|
the button being used to drag |
|
root window X coordinate of mouse click that began the drag |
|
root window Y coordinate of mouse click that began the drag |
|
timestamp of mouse click that began the drag |
Derived by RGtkGen from GTK+ documentation
Please choose more modern alternatives, such as Google Chrome or Mozilla Firefox.