Commit f909e081 authored by Martin v. Löwis's avatar Martin v. Löwis

Patch #805976: Add DOTBOX and UNDERLINE.

parent a346e16f
...@@ -86,6 +86,11 @@ BROWSE='browse' ...@@ -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'
......
Markdown is supported
0%
or
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment