Thanks to visit codestin.com
Credit goes to github.com

Skip to content

Commit cb3062e

Browse files
committed
Patch #805976: Add DOTBOX and UNDERLINE.
1 parent 2cc6c29 commit cb3062e

1 file changed

Lines changed: 5 additions & 0 deletions

File tree

Lib/lib-tk/Tkconstants.py

Lines changed: 5 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -86,6 +86,11 @@
8686
MULTIPLE='multiple'
8787
EXTENDED='extended'
8888

89+
# Activestyle for list boxes
90+
# NONE='none' is also valid
91+
DOTBOX='dotbox'
92+
UNDERLINE='underline'
93+
8994
# Various canvas styles
9095
PIESLICE='pieslice'
9196
CHORD='chord'

0 commit comments

Comments
 (0)