+------------------------+
|CALL ixsdswi (dsp, win) |
+------------------------+
It is often useful to give to HIGZ (i.e. the IX... routines), the
address of a pre-opened window in which the HIGZ output will be directed,
in particular in the context of Motif applications written in C. This
routine, callable from C, provides this facility.
Action: Allows to set the DISPLAY and the WINDOW address from outside HIGZ
(e.g. a Motif program). The next call to IXOPNWI (after the call to
win to create the window.
Parameter Description:
- dsp
- Display.
- win
- Window.
+------------------------------------------------------+
| CALL ixmotif (dsp, motifopen, motifinit, motifclose) |
+------------------------------------------------------+
Allows KUIP (or any other C package) to give to HIGZ the adress of three
routines.
- dsp
- Display.
- motifopen
- to open a KUIP/Motif window
- motifinit
- to initalize a KUIP/Motif window (add the
callbacks)
- motifclose
- to close a KUIP/Motif window
+--------------------+
|CALL IXMINIT (IWID) |
+--------------------+
Initialize the Motif windows (add the callbacks with motifinit).
- IWID
- Window number returned by IXOPNWI.