Yurttas/PL/SL/python/docs/core-python-programming/doc/20/lib/module-fl-constants.html

From ZCubes Wiki
Revision as of 19:48, 7 November 2013 by MassBot1 (talk | contribs) (Created page with "<div class="navigation"> {| width="100%" cellspacing="2" align="center" | yurttas/PL/SL/python/docs/core-python-programming/doc/20/lib/forms-objects.html|[[Image:yurtta...")
(diff) ← Older revision | Latest revision (diff) | Newer revision → (diff)
Jump to navigation Jump to search

18.5 FL -- Constants used with the fl module

Availability: IRIX.

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 *

See About this document... for information on suggesting changes.