Changeset 391 for python/trunk/Doc/library/fl.rst
- Timestamp:
- Mar 19, 2014, 11:31:01 PM (11 years ago)
- Location:
- python/trunk
- Files:
-
- 2 edited
Legend:
- Unmodified
- Added
- Removed
-
python/trunk
-
Property svn:mergeinfo
set to
/python/vendor/Python-2.7.6 merged eligible /python/vendor/current merged eligible
-
Property svn:mergeinfo
set to
-
python/trunk/Doc/library/fl.rst
r2 r391 10 10 11 11 .. deprecated:: 2.6 12 The :mod:`fl` module has been deprecated for removal in Python 3.0.12 The :mod:`fl` module has been removed in Python 3. 13 13 14 14 … … 30 30 added, all functions that add a FORMS object to a form are methods of the Python 31 31 object representing the form. Consequently, there are no Python equivalents for 32 the C functions :c func:`fl_addto_form` and :cfunc:`fl_end_form`, and the33 equivalent of :c func:`fl_bgn_form` is called :func:`fl.make_form`.32 the C functions :c:func:`fl_addto_form` and :c:func:`fl_end_form`, and the 33 equivalent of :c:func:`fl_bgn_form` is called :func:`fl.make_form`. 34 34 35 35 Watch out for the somewhat confusing terminology: FORMS uses the word … … 45 45 46 46 **Please note:** importing :mod:`fl` implies a call to the GL function 47 :c func:`foreground` and to the FORMS routine :cfunc:`fl_init`.47 :c:func:`foreground` and to the FORMS routine :c:func:`fl_init`. 48 48 49 49 … … 89 89 90 90 Return the current rgb mode. This is the value of the C global variable 91 :c data:`fl_rgbmode`.91 :c:data:`fl_rgbmode`. 92 92 93 93 … … 154 154 getmcolor() 155 155 156 See the description in the FORMS documentation of :c func:`fl_color`,157 :c func:`fl_mapcolor` and :cfunc:`fl_getmcolor`.156 See the description in the FORMS documentation of :c:func:`fl_color`, 157 :c:func:`fl_mapcolor` and :c:func:`fl_getmcolor`. 158 158 159 159 … … 488 488 489 489 .. deprecated:: 2.6 490 The :mod:`FL` module has been deprecated for removal in Python 3.0.490 The :mod:`FL` module has been removed in Python 3. 491 491 492 492 … … 510 510 511 511 .. deprecated:: 2.6 512 The :mod:`flp` module has been deprecated for removal in Python 3.0.512 The :mod:`flp` module has been removed in Python 3. 513 513 514 514
Note:
See TracChangeset
for help on using the changeset viewer.