diff options
-rw-r--r-- | Lib/lib-tk/Tkconstants.py | 2 |
1 files changed, 2 insertions, 0 deletions
diff --git a/Lib/lib-tk/Tkconstants.py b/Lib/lib-tk/Tkconstants.py index 268687721e..ac57952477 100644 --- a/Lib/lib-tk/Tkconstants.py +++ b/Lib/lib-tk/Tkconstants.py @@ -70,6 +70,8 @@ ALL='all' # e.g. Canvas.delete(ALL) NORMAL='normal' DISABLED='disabled' ACTIVE='active' +# Canvas state +HIDDEN='hidden' # Menu item types CASCADE='cascade' |