foreground(3G) foreground(3G)
NAME
foreground - prevents a graphical process from being put
into the background
SPECIFICATION
C foreground()
FORTRAN subroutine foregr
DESCRIPTION
Call foreground before calling winopen or getport. It keeps
the process in the foreground, so that you can interact with
it from the keyboard. winopen normally runs a process in
the background.
SEE ALSO
getport, winopen
Using mex , Chapter 2, Programming with mex
NOTE
This routine is available only in immediate mode.
Page 1 (printed 8/20/87)