1
0
Fork 0

add new <slider> and <textbox> parameters

This commit is contained in:
mfranz 2009-01-29 19:01:25 +00:00
parent 71d2760994
commit 89ab7ab274

View file

@ -437,6 +437,12 @@ A horizontal or vertical slider for setting a value.
max - the maximum value for the slider. The default is 1.0. max - the maximum value for the slider. The default is 1.0.
step - set to non-null if slider should move in steps. The default is 0.0 (off).
pagestep - set to non-null to enable page-stepping. The default is 0.0 (off).
fraction - size of the slider handle. Range: 0..1. The default is 0.0 (minimum).
Example: Example:
<slider> <slider>
@ -492,6 +498,7 @@ property tree, like:
<slider>15</slider> <!--width for slider --> <slider>15</slider> <!--width for slider -->
<wrap>false</wrap> <!-- don't wrap text; default: true --> <wrap>false</wrap> <!-- don't wrap text; default: true -->
<top-line>0</top-line <!-- show this line at the top; negative numbers: show last line -->
<editable>true</editable> <!-- whether the puLargeInput is supposed to be editable --> <editable>true</editable> <!-- whether the puLargeInput is supposed to be editable -->
</textbox> </textbox>