Package: gdk
Function gdk-window-move
Lambda Listgdk-window-move (window x y) ArgumentsDetails
Repositions a window relative to its parent window.
For toplevel windows, window managers may ignore or modify the move; you should probably use the function gtk-window-move on a gtk-window
widget anyway, instead of using GDK functions. For child windows, the move
will reliably succeed. If you are also planning to resize the window, use the function gdk-window-move-resize to both move and resize simultaneously, for a nicer visual effect. | See also |
2020-9-22