From 596dd726a111fe5bea76165bcdfe44dc06e01244 Mon Sep 17 00:00:00 2001 From: Yuri Sizov Date: Tue, 26 Sep 2023 16:41:24 +0200 Subject: Use bound theme properties for documentation --- doc/classes/ScrollBar.xml | 37 +++++++++++++++++++++++++++++++++++++ 1 file changed, 37 insertions(+) (limited to 'doc/classes/ScrollBar.xml') diff --git a/doc/classes/ScrollBar.xml b/doc/classes/ScrollBar.xml index 0cbb60198b..e8d2753a9a 100644 --- a/doc/classes/ScrollBar.xml +++ b/doc/classes/ScrollBar.xml @@ -21,4 +21,41 @@ + + + Icon used as a button to scroll the [ScrollBar] left/up. Supports custom step using the [member ScrollBar.custom_step] property. + + + Displayed when the mouse cursor hovers over the decrement button. + + + Displayed when the decrement button is being pressed. + + + Icon used as a button to scroll the [ScrollBar] right/down. Supports custom step using the [member ScrollBar.custom_step] property. + + + Displayed when the mouse cursor hovers over the increment button. + + + Displayed when the increment button is being pressed. + + + Used as texture for the grabber, the draggable element representing current scroll. + + + Used when the mouse hovers over the grabber. + + + Used when the grabber is being dragged. + + + + + Used as background of this [ScrollBar]. + + + Used as background when the [ScrollBar] has the GUI focus. + + -- cgit v1.2.3