Museum

Home

Lab Overview

Retrotechnology Articles

Online Manuals

⇒ prefposit(3g) — 4D1 2.0

Media Vault

Software Library

Restoration Projects

Artifacts Sought



     prefposition(3G)                                 prefposition(3G)



NAME
prefposition - specifies the preferred location and size of
a graphics window
SPECIFICATION
C prefposition(x1, x2, y1, y2)
long x1, x2, y1, y2;
FORTRAN subroutine prefpo(x1, x2, y1, y2)
integer*4 x1, x2, y1, y2
DESCRIPTION
prefposition specifies the preferred location and size of a
graphics window. You specify the location in screen
coordinates (x1, x2, y1, y2).
Call prefposition at the beginning of a graphics program.
Use prefposition in conjuction with winconstraints to modify
the enforced size and location after the window has been
created. prefposition is ignored if winopen is not called.
SEE ALSO
winopen, winconstraints
Using mex, Chapter 2, Programming with mex
NOTE
This routine is available only in immediate mode.
Page 1 (printed 8/20/87)

Typewritten Software • bear@typewritten.org • Edmonds, WA 98026