Package: gdk
Function gdk:window-move-resize
Lambda Listgdk:window-move-resize (window x y width height) ArgumentsDetails Equivalent to calling the gdk:window-move and gdk:window-resize
functions, except that both operations are performed at once, avoiding
strange visual effects.
I.e. the user may be able to see the window first move, then resize, if you do not use the gdk:window-move-resize function. | See also |
#2023-2-26