[Python-checkins] python/dist/src/Lib/lib-tk Tkconstants.py, 1.8, 1.9

loewis at users.sourceforge.net loewis at users.sourceforge.net
Sat Aug 9 03:52:44 EDT 2003


Update of /cvsroot/python/python/dist/src/Lib/lib-tk
In directory sc8-pr-cvs1:/tmp/cvs-serv929/Lib/lib-tk

Modified Files:
	Tkconstants.py 
Log Message:
Add HIDDEN. Fixes #777664.


Index: Tkconstants.py
===================================================================
RCS file: /cvsroot/python/python/dist/src/Lib/lib-tk/Tkconstants.py,v
retrieving revision 1.8
retrieving revision 1.9
diff -C2 -d -r1.8 -r1.9
*** Tkconstants.py	9 Aug 2000 19:37:16 -0000	1.8
--- Tkconstants.py	9 Aug 2003 09:52:42 -0000	1.9
***************
*** 71,74 ****
--- 71,76 ----
  DISABLED='disabled'
  ACTIVE='active'
+ # Canvas state
+ HIDDEN='hidden'
  
  # Menu item types





More information about the Python-checkins mailing list