Patch #805976: Add DOTBOX and UNDERLINE.

This commit is contained in:
Martin v. Löwis 2003-09-20 10:52:56 +00:00
parent 2cc6c29e33
commit cb3062e3c0

View file

@ -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'