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 gtk:window-move function 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 gdk:window-move-resize function to both move and resize simultaneously, for a nicer visual effect.  | See also | 
#2025-08-31