textinit(3G) textinit(3G)
NAME
textinit - initializes the textport
C SPECIFICATION
void textinit()
PARAMETERS
none
DESCRIPTION
textinit initializes the textport of the calling process to its default
size, location, textcolor, and pagecolor. 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.
SEE ALSO
pagecolor, textcolor, textport, tpon
wsh(1) in the User's Reference Manual.
NOTES
This routine is available only in immediate mode.
TM
A process launched from the toolchest or The IRIS WorkSpace will not
have a textport. Therefore, we do not recommend the use of this routine
in new development.
Page 1