Window.beginResizeDrag

Begins a window resize operation (for a toplevel window).

This function assumes that the drag is controlled by the client pointer device, use Window.beginResizeDragForDevice to begin a drag with a different device.

class Window
void
beginResizeDrag

Parameters

edge GdkWindowEdge

the edge or corner from which the drag is started

button int

the button being used to drag, or 0 for a keyboard-initiated drag

rootX int

root window X coordinate of mouse click that began the drag

rootY int

root window Y coordinate of mouse click that began the drag

timestamp uint

timestamp of mouse click that began the drag (use Event.getTime)