Changeset 391 for python/trunk/Doc/library/tix.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/tix.rst
r2 r391 25 25 .. note:: 26 26 27 :mod:`Tix` has been renamed to :mod:`tkinter.tix` in Python 3. 0.The27 :mod:`Tix` has been renamed to :mod:`tkinter.tix` in Python 3. The 28 28 :term:`2to3` tool will automatically adapt imports when converting your 29 sources to 3.0.29 sources to Python 3. 30 30 31 31 .. seealso:: … … 515 515 516 516 517 .. method:: tixCommand.tix_configure( [cnf,]**kw)517 .. method:: tixCommand.tix_configure(cnf=None **kw) 518 518 519 519 Query or modify the configuration options of the Tix application context. If no
Note:
See TracChangeset
for help on using the changeset viewer.