winmove(3G) — Silicon Graphics
NAME
winmove − moves the lower-left corner of the current graphics window
SPECIFICATION
C
winmove(orgx, orgy)
long orgx, orgy;
FORTRAN
subroutine winmov
integer*4 orgx, orgy
Pascal
procedure winmove(orgx, orgy: longint);
DESCRIPTION
winmove moves the origin of the current graphics window to the screen coordinates orgx, orgy. The origin of the current graphics window is the lower-left corner.
winmove does not change the size and shape of the window.
SEE ALSO
winposition Using mex, Chapter 2, Programming with mex
NOTE
This routine is available only in immediate mode under the window manager.
Version 3.6 — December 20, 1987