next up previous contents index
Next: 17.6 Standard Module flp Up: 17 SGI IRIX Specific Previous: 17.4.3 FORMS Objects

17.5 Standard Module FL

 

This module defines symbolic constants needed to use the built-in module fl (see above); they are equivalent to those defined in the C header file `<forms.h>' except that the name prefix `FL_' is omitted. Read the module source for a complete list of the defined names. Suggested use:

import fl
from FL import *



guido@cnri.reston.va.us