diff options
author | RĂ©mi Verschelde <remi@verschelde.fr> | 2021-12-03 15:29:29 +0100 |
---|---|---|
committer | GitHub <noreply@github.com> | 2021-12-03 15:29:29 +0100 |
commit | aaabc0abcc139a8212c400756016596281ef09c5 (patch) | |
tree | 88307c059aaf4dd5cd22f919a63074cf25901e27 /doc/classes/VScrollBar.xml | |
parent | 8762d8fa5d8c4fd6ef3e44270089538dbc6d2f7c (diff) | |
parent | 397e56964dfb6555d2aa431391e3d308a0ec3e0d (diff) |
Merge pull request #55520 from pycbouh/docs-sort-group-newline-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> |