add hrule description
This commit is contained in:
parent
a943e01c6d
commit
a96b1d75cd
1 changed files with 17 additions and 0 deletions
|
@ -390,6 +390,7 @@ Example:
|
|||
<max>360</max>
|
||||
</dial>
|
||||
|
||||
|
||||
textbox
|
||||
-------
|
||||
|
||||
|
@ -413,4 +414,20 @@ property tree, like:
|
|||
<editable>true</editable> <!-- whether the puLargeInput is supposed to be editable -->
|
||||
</textbox>
|
||||
|
||||
|
||||
hrule
|
||||
-----
|
||||
|
||||
Draws a horizontal line. Accepts color and thickness (<pref-height>):
|
||||
|
||||
<hrule>
|
||||
<color>
|
||||
<red>1.0</red>
|
||||
<green>0.0</green>
|
||||
<blue>0.0</blue>
|
||||
</color>
|
||||
<pref-height>2</pref-height>
|
||||
</hrule>
|
||||
|
||||
|
||||
__end__
|
||||
|
|
Loading…
Reference in a new issue