diff options
author | Dave Woodfall <dave@slackbuilds.org> | 2021-05-06 17:11:22 +0100 |
---|---|---|
committer | Willy Sudiarto Raharjo <willysr@slackbuilds.org> | 2021-05-08 01:41:50 +0700 |
commit | 3589b74c4679ad2d16d58f6790f58c02d377ccdc (patch) | |
tree | c3fa5a2183958ed696a528c50fa859136e49a9cc /python/python2-pmw/README | |
parent | 6c0dfa094b990f03f19521263a91f0b0250bac9f (diff) |
python/python-pmw: Renamed python2-pmw.
Signed-off-by: Dave Woodfall <dave@slackbuilds.org>
Signed-off-by: Willy Sudiarto Raharjo <willysr@slackbuilds.org>
Diffstat (limited to 'python/python2-pmw/README')
-rw-r--r-- | python/python2-pmw/README | 12 |
1 files changed, 12 insertions, 0 deletions
diff --git a/python/python2-pmw/README b/python/python2-pmw/README new file mode 100644 index 0000000000000..8363f1840dd84 --- /dev/null +++ b/python/python2-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. |