mirror of
https://github.com/python/cpython.git
synced 2025-07-23 11:15:24 +00:00
Patch #805976: Add DOTBOX and UNDERLINE.
This commit is contained in:
parent
2cc6c29e33
commit
cb3062e3c0
1 changed files with 5 additions and 0 deletions
|
@ -86,6 +86,11 @@ BROWSE='browse'
|
|||
MULTIPLE='multiple'
|
||||
EXTENDED='extended'
|
||||
|
||||
# Activestyle for list boxes
|
||||
# NONE='none' is also valid
|
||||
DOTBOX='dotbox'
|
||||
UNDERLINE='underline'
|
||||
|
||||
# Various canvas styles
|
||||
PIESLICE='pieslice'
|
||||
CHORD='chord'
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue