]> git.ipfire.org Git - thirdparty/Python/cpython.git/commitdiff
added some missing constants
authorGuido van Rossum <guido@python.org>
Fri, 4 Aug 1995 03:51:48 +0000 (03:51 +0000)
committerGuido van Rossum <guido@python.org>
Fri, 4 Aug 1995 03:51:48 +0000 (03:51 +0000)
Lib/lib-tk/Tkinter.py
Lib/tkinter/Tkinter.py

index 237bf03d9880597aeff27565675f1a6a7d6f312c..f97ee278c9ab306edf228a702862142a812e3bbb 100644 (file)
@@ -52,6 +52,24 @@ GROOVE='groove'
 HORIZONTAL='horizontal'
 VERTICAL='vertical'
 
+# -tabs
+NUMERIC='numeric'
+
+# -wrap
+CHAR='char'
+WORD='word'
+
+# -align
+BASELINE='baseline'
+
+# Special tags, marks and insert positions
+SEL='sel'
+SEL_FIRST='sel.first'
+SEL_LAST='sel.last'
+END='end'
+INSERT='insert'
+CURRENT='current'
+
 def _flatten(tuple):
        res = ()
        for item in tuple:
index 237bf03d9880597aeff27565675f1a6a7d6f312c..f97ee278c9ab306edf228a702862142a812e3bbb 100755 (executable)
@@ -52,6 +52,24 @@ GROOVE='groove'
 HORIZONTAL='horizontal'
 VERTICAL='vertical'
 
+# -tabs
+NUMERIC='numeric'
+
+# -wrap
+CHAR='char'
+WORD='word'
+
+# -align
+BASELINE='baseline'
+
+# Special tags, marks and insert positions
+SEL='sel'
+SEL_FIRST='sel.first'
+SEL_LAST='sel.last'
+END='end'
+INSERT='insert'
+CURRENT='current'
+
 def _flatten(tuple):
        res = ()
        for item in tuple: