Next:
sgi_close()
Up:
Linking User-written Code to
Previous:
gra_status_line
Contents
Index
The Simple Graphical Interface
This section lists a set of functions that support basic graphical operations like
move-to, line-to, ...
. Fortran users replace
sgi_
by
sgi_f_
in the function names. An example can be found at the end of this section.
Subsections
sgi_close()
sgi_cls()
sgi_colour()
sgi_move_to()
sgi_line_to()
sgi_open()
sgi_text()
SGI Example