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

loewis at users.sourceforge.net loewis at users.sourceforge.net
Sat Sep 20 06:52:58 EDT 2003


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

Modified Files:
	Tkconstants.py 
Log Message:
Patch #805976: Add DOTBOX and UNDERLINE.


Index: Tkconstants.py
===================================================================
RCS file: /cvsroot/python/python/dist/src/Lib/lib-tk/Tkconstants.py,v
retrieving revision 1.9
retrieving revision 1.10
diff -C2 -d -r1.9 -r1.10
*** Tkconstants.py	9 Aug 2003 09:52:42 -0000	1.9
--- Tkconstants.py	20 Sep 2003 10:52:56 -0000	1.10
***************
*** 87,90 ****
--- 87,95 ----
  EXTENDED='extended'
  
+ # Activestyle for list boxes
+ # NONE='none' is also valid
+ DOTBOX='dotbox'
+ UNDERLINE='underline'
+ 
  # Various canvas styles
  PIESLICE='pieslice'





More information about the Python-checkins mailing list