Package: gdk
Function gdk-window-move-region
Lambda Listgdk-window-move-region (window region dx dy) Argumentswindow -- a gdk-window object region -- the cairo-region-t to move dx -- a :int with the amount to move in the x direction dy -- a :int with the amount to move in the y direction Details
Move the part of window indicated by region by dy pixels in the y direction
and dx pixels in the x direction.
The portions of region that not covered by the new position of region are
invalidated. Child windows are not moved. | See also |
2020-9-22