add new <slider> and <textbox> parameters
This commit is contained in:
parent
71d2760994
commit
89ab7ab274
1 changed files with 7 additions and 0 deletions
|
@ -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>
|
||||||
|
|
Loading…
Reference in a new issue