summaryrefslogtreecommitdiffstats
path: root/Tools/pynche/DetailsViewer.py
diff options
context:
space:
mode:
authorBarry Warsaw <barry@python.org>1999-04-27 18:54:12 (GMT)
committerBarry Warsaw <barry@python.org>1999-04-27 18:54:12 (GMT)
commitf3ebf90d2cf9c2b789b85730aecc2dca478e71eb (patch)
treeceb896f1a716be449311911e3bf0fc41919b5077 /Tools/pynche/DetailsViewer.py
parent2095b2fe1498bd78a889b8ed5d84de184eb175df (diff)
downloadcpython-f3ebf90d2cf9c2b789b85730aecc2dca478e71eb.zip
cpython-f3ebf90d2cf9c2b789b85730aecc2dca478e71eb.tar.gz
cpython-f3ebf90d2cf9c2b789b85730aecc2dca478e71eb.tar.bz2
Add a module global variable ADDTOVIEW to conform to dynamic viewer
lookup protocol.
Diffstat (limited to 'Tools/pynche/DetailsViewer.py')
-rw-r--r--Tools/pynche/DetailsViewer.py2
1 files changed, 2 insertions, 0 deletions
diff --git a/Tools/pynche/DetailsViewer.py b/Tools/pynche/DetailsViewer.py
index 6996423..3fb8a7d 100644
--- a/Tools/pynche/DetailsViewer.py
+++ b/Tools/pynche/DetailsViewer.py
@@ -59,6 +59,8 @@ WRAP = 'Wrap Around'
RATIO = 'Preserve Distance'
GRAV = 'Squash'
+ADDTOVIEW = 'Details Window...'
+
class DetailsViewer:
def __init__(self, switchboard, master=None):