winmove() — Silicon Graphics Silicon Graphics
NAME
winmove - move the lower left corner of the current graphics port
SPECIFICATION
C
winmove(orgx, orgy)
long orgx, orgy;
FORTRAN
subroutine winmov
integer*4 orgx, orgy
Pascal
procedure winmove(var orgx, orgy: longint);
DESCRIPTION
winmove moves the origin of the current graphics port to the screen coordinates orgx, orgy. The origin of the current graphics port is the lower left corner. winmove leaves the size and shape of the port unchanged.
SEE ALSO
winposition
“Multiple Exposure: The IRIS Window Manager” in the IRIS User’s Guide
NOTE
This command can be used only in immediate mode under the window manager.
Version 2.4 — May 08, 1986