Package: gdk

Function gdk-window-begin-resize-drag

Lambda List

gdk-window-begin-resize-drag (window edge button root-x root-y timestamp)

Arguments

window -- a toplevel gdk-window object
edge -- the edge or corner of type gdk-window-edge from which the drag is started
button -- a :int with the button being used to drag
root-x -- a :int with the root window x coordinate of mouse click that began the drag
root-y -- a :int with the root window y coordinate of mouse click that began the drag
timestamp -- a :uint with the timestamp of mouse click that began the drag, use the function gdk-event-time

Details

Begins a window resize operation for a toplevel window.

This function assumes that the drag is controlled by the client pointer device, use the function gdk-window-begin-resize-drag-for-device to begin a drag with a different device.
 

See also

2020-9-22