diff options
author | Barry Warsaw <barry@python.org> | 1998-10-02 16:06:27 (GMT) |
---|---|---|
committer | Barry Warsaw <barry@python.org> | 1998-10-02 16:06:27 (GMT) |
commit | eb61fbdba836454f3f720ba19b5ca8c724dab100 (patch) | |
tree | 8219a5884618a4c8c72569dfa9cb9b19e857ba0a /Tools/pynche/PyncheWidget.py | |
parent | bd36d6eccd5c1d79a8bc1e273124e752c218a578 (diff) | |
download | cpython-eb61fbdba836454f3f720ba19b5ca8c724dab100.zip cpython-eb61fbdba836454f3f720ba19b5ca8c724dab100.tar.gz cpython-eb61fbdba836454f3f720ba19b5ca8c724dab100.tar.bz2 |
Docstring
Diffstat (limited to 'Tools/pynche/PyncheWidget.py')
-rw-r--r-- | Tools/pynche/PyncheWidget.py | 3 |
1 files changed, 3 insertions, 0 deletions
diff --git a/Tools/pynche/PyncheWidget.py b/Tools/pynche/PyncheWidget.py index b367fc2..66c219f 100644 --- a/Tools/pynche/PyncheWidget.py +++ b/Tools/pynche/PyncheWidget.py @@ -1,4 +1,7 @@ """Main Pynche (Pythonically Natural Color and Hue Editor) widget. + +This window provides the basic decorations, primarily including the menubar. +It is used to bring up other windows. """ import sys |