textport(3G) textport(3G)
textport - positions and sizes the textport
void textport(left, right, bottom, top)
Screencoord left, right, bottom, top;
left expects x screen coordinate for the left side of the textport.
right expects x screen coordinate for the right side of the textport.
bottom expects y screen coordinate for the bottom of the textport.
top expects y screen coordinate for the top of the textport.
textport positions and sizes the textport of the calling process to the
specified rectangle. If the calling process was invoked from a wsh
window, this window is used for its textport; otherwise, the process does
not have a textport and this routine does nothing.
textinit, tpon
wsh(1) in the User's Reference Manual.
This routine is available only in immediate mode.
A process launched from the toolchest or The IRIS WorkSpaceTM will not
have a textport. Therefore, we do not recommend the use of this routine
in new development.
PPPPaaaaggggeeee 1111 [ Back ]
|