Pmw is a toolkit for building high-level compound widgets in Python using the Tkinter module. It consists of a set of base classes and a library of flexible and extensible megawidgets built on this foundation. These megawidgets include notebooks, comboboxes, selection widgets, paned widgets, scrolled widgets and dialog windows.
| Tags | Software Development Libraries multimedia Graphics |
|---|---|
| Licenses | MIT/X |
| Operating Systems | OS Independent |
| Implementation | Python |
Recent releases


Release Notes: This release makes Pmw compatable with recent releases of Python and Tcl/Tk. This version of Pmw was tested against Python 2.3, Tcl/Tk 8.4.2, and Blt 2.4z. Except for Blt, all tests pass. Blt seems to be more unreliable than usual, with core dumps occuring in the Graph code. Since this is a problem in Blt (not Pmw), the Blt test script has been removed from the default Pmw test sequence. Several other bugfixes and improvements were made.