mirror of
https://github.com/python/cpython.git
synced 2025-08-02 16:13:13 +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'
|
MULTIPLE='multiple'
|
||||||
EXTENDED='extended'
|
EXTENDED='extended'
|
||||||
|
|
||||||
|
# Activestyle for list boxes
|
||||||
|
# NONE='none' is also valid
|
||||||
|
DOTBOX='dotbox'
|
||||||
|
UNDERLINE='underline'
|
||||||
|
|
||||||
# Various canvas styles
|
# Various canvas styles
|
||||||
PIESLICE='pieslice'
|
PIESLICE='pieslice'
|
||||||
CHORD='chord'
|
CHORD='chord'
|
||||||
|
|
Loading…
Add table
Add a link
Reference in a new issue