Previous Next Up Title Contents Index Top Library

9.9. WINDOW

A GPHIGS workstation creates one window.

An application may open several Windows typed workstations at the same time.

Windows may be opened interactively or automatically.

The %wP or %wp directives may be used to define the size and position of a window.

The presence of window decorations (%ws) as well as the window name (%wn) may be configured.

A non resizable window may be created (%wr).

An application may create a window and ask GPHIGS to use it for displaying. For this, add a call to the extension function

pxset_xwin_id(ws_id,W) ws_id workstation identifier

(first parameter in open workstation)

W Window handle

before the OPEN WORKSTATION. (See SET X-WINDOW IDENTIFIER)


Previous Next Up Title Contents Index Top Library