|
3 | 3 | Other Graphical User Interface Packages |
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` package. 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:: |
36 | 10 |
|
|
0 commit comments