winmove() — Silicon Graphics Silicon Graphics
NAME
winmove − moves 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 does not change the size and shape of the port.
SEE ALSO
winposition Using mex, the IRIS Window Manager.
NOTE
This routine is available only in immediate mode in the window manager.
Version 2.5r1 — October 29, 1986