Previous Next Up Title Contents Index Top Library

3.4.2. FORTRAN BINDING

This binding is avalaible only on SGI, SUN, HP and IBM.

1. fxgmen(wsid)

int wsid : Workstation number

This function is used to access all the GPHIGS_GUI functions, taking into account the %pp command in the configuration file.

2. fxgpst(wsid)

int wsid : Workstation number

This function is used to access the list of posted structures on a workstation, it is then possible to consult or modify this list interactively.

3. fxgvwe(wsid, viewNumber)

int wsid : Workstation number

int viewNumber : View number

This function is used to access fine adjustments of PHIGS viewing.

4. fxgvws(wsid, viewNumber)

int wsid : Workstation number

int viewNumber : View number

This function is used to access simple adjustments of PHIGS viewing.

5. fxgwat()

This function is used to access GPHIGS-GUI functions, at any time, with no active input and with the %mi yes option.

6. fxgdbc(w, wk, wsid, font, l_font)

Widget w : Shell widget if toolkit is initialized, otherwise NULL

Widget wk : Workstation Widget or null

int wsid : Workstation number

char* font : User font ex : "6x13" if NULL "fixed" font will be used

int* l_font : Char lenght of font string.

This function is used to access browser abd CSS debugger.

7. fxgcol(wsid)

int wsid: Workstation number

This function is used to access the control color index on a workstation

8. fxggen(driver)

int driver: Driver number (8887, 7177, ...)

This function is used to access all GPHIGS_GUI functions at any time, interactively and automatically, using the appropriate driver .


Previous Next Up Title Contents Index Top Library