diff options
Diffstat (limited to 'python/python-pmw/README')
-rw-r--r-- | python/python-pmw/README | 12 |
1 files changed, 12 insertions, 0 deletions
diff --git a/python/python-pmw/README b/python/python-pmw/README new file mode 100644 index 0000000000..8363f1840d --- /dev/null +++ b/python/python-pmw/README @@ -0,0 +1,12 @@ +python-pmw (Python Megawidgets, based on top of Tkinter) + +It 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. + +The base classes and most megawidgets were written by Greg McFarlane +(current maintainer) and Peter Munnings. There are also several +contributed megawidgets. |