diff options
author | Yuri Sizov <yuris@humnom.net> | 2021-12-01 21:02:20 +0300 |
---|---|---|
committer | Yuri Sizov <yuris@humnom.net> | 2021-12-01 21:02:20 +0300 |
commit | 397e56964dfb6555d2aa431391e3d308a0ec3e0d (patch) | |
tree | 5a1860daee9b931fe200bbfb0c4aa58df685308e /doc/classes/VScrollBar.xml | |
parent | e223a9c12905b99bb1fe93a56ae634b34eadd359 (diff) |
Sort and group theme properties in docs, improve formatting for theme and enums
Diffstat (limited to 'doc/classes/VScrollBar.xml')
-rw-r--r-- | doc/classes/VScrollBar.xml | 18 |
1 files changed, 9 insertions, 9 deletions
diff --git a/doc/classes/VScrollBar.xml b/doc/classes/VScrollBar.xml index 0cf06576f6..ce78b83c20 100644 --- a/doc/classes/VScrollBar.xml +++ b/doc/classes/VScrollBar.xml @@ -22,15 +22,6 @@ <theme_item name="decrement_pressed" data_type="icon" type="Texture2D"> Displayed when the decrement button is being pressed. </theme_item> - <theme_item name="grabber" data_type="style" type="StyleBox"> - Used as texture for the grabber, the draggable element representing current scroll. - </theme_item> - <theme_item name="grabber_highlight" data_type="style" type="StyleBox"> - Used when the mouse hovers over the grabber. - </theme_item> - <theme_item name="grabber_pressed" data_type="style" type="StyleBox"> - Used when the grabber is being dragged. - </theme_item> <theme_item name="increment" data_type="icon" type="Texture2D"> Icon used as a button to scroll the [ScrollBar] down. Supports custom step using the [member ScrollBar.custom_step] property. </theme_item> @@ -40,6 +31,15 @@ <theme_item name="increment_pressed" data_type="icon" type="Texture2D"> Displayed when the increment button is being pressed. </theme_item> + <theme_item name="grabber" data_type="style" type="StyleBox"> + Used as texture for the grabber, the draggable element representing current scroll. + </theme_item> + <theme_item name="grabber_highlight" data_type="style" type="StyleBox"> + Used when the mouse hovers over the grabber. + </theme_item> + <theme_item name="grabber_pressed" data_type="style" type="StyleBox"> + Used when the grabber is being dragged. + </theme_item> <theme_item name="scroll" data_type="style" type="StyleBox"> Used as background of this [ScrollBar]. </theme_item> |