Package: gtk

Function gtk-window-begin-move-drag

Lambda List

gtk-window-begin-move-drag (window button x y timestamp)

Arguments

window -- a gtk-window widget
button -- an integer with the mouse button that initiated the drag
x -- an integer with the x position where the user clicked to initiate the drag, in root window coordinates
y -- an integer with the y position where the user clicked to initiate the drag
timestamp -- an unsigned integer with the timestamp from the click event that initiated the drag

Details

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 or windowing system. Otherwise, GDK will try to emulate window movement, potentially not all that well, depending on the windowing system.
 

See also

2021-9-12