Changeset 391 for python/trunk/Doc/library/othergui.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/othergui.rst
r2 r391 4 4 ======================================= 5 5 6 There are an number of extension widget sets to :mod:`Tkinter`. 7 8 .. seealso:: 9 10 `Python megawidgets <http://pmw.sourceforge.net/>`_ 11 is a toolkit for building high-level compound widgets in Python using the 12 :mod:`Tkinter` module. It consists of a set of base classes and a library of 13 flexible and extensible megawidgets built on this foundation. These megawidgets 14 include notebooks, comboboxes, selection widgets, paned widgets, scrolled 15 widgets, dialog windows, etc. Also, with the Pmw.Blt interface to BLT, the 16 busy, graph, stripchart, tabset and vector commands are be available. 17 18 The initial ideas for Pmw were taken from the Tk ``itcl`` extensions ``[incr 19 Tk]`` by Michael McLennan and ``[incr Widgets]`` by Mark Ulferts. Several of the 20 megawidgets are direct translations from the itcl to Python. It offers most of 21 the range of widgets that ``[incr Widgets]`` does, and is almost as complete as 22 Tix, lacking however Tix's fast :class:`HList` widget for drawing trees. 23 24 `Tkinter3000 Widget Construction Kit (WCK) <http://tkinter.effbot.org/>`_ 25 is a library that allows you to write new Tkinter widgets in pure Python. The 26 WCK framework gives you full control over widget creation, configuration, screen 27 appearance, and event handling. WCK widgets can be very fast and light-weight, 28 since they can operate directly on Python data structures, without having to 29 transfer data through the Tk/Tcl layer. 30 31 32 The major cross-platform (Windows, Mac OS X, Unix-like) GUI toolkits that are 33 also available for Python: 6 Major cross-platform (Windows, Mac OS X, Unix-like) GUI toolkits are 7 available for Python: 34 8 35 9 .. seealso:: … … 40 14 the C one. It comes with many more widgets than Tkinter provides, and has 41 15 good Python-specific reference documentation. There are also bindings to 42 `GNOME <http://www.gnome.org>`_. One well known PyGTK application is 43 `PythonCAD <http://www.pythoncad.org/>`_. An online `tutorial 16 `GNOME <http://www.gnome.org>`_. An online `tutorial 44 17 <http://www.pygtk.org/pygtk2tutorial/index.html>`_ is available. 45 18
Note:
See TracChangeset
for help on using the changeset viewer.