2017-09-12 22:42:36 +02:00
<?xml version="1.0" encoding="UTF-8" ?>
2022-02-14 14:18:53 +01:00
<class name= "ScrollBar" inherits= "Range" version= "4.0" xmlns:xsi= "http://www.w3.org/2001/XMLSchema-instance" xsi:noNamespaceSchemaLocation= "../class.xsd" >
2017-09-12 22:42:36 +02:00
<brief_description >
Base class for scroll bars.
</brief_description>
<description >
2019-06-22 01:04:47 +02:00
Scrollbars are a [Range]-based [Control], that display a draggable area (the size of the page). Horizontal ([HScrollBar]) and Vertical ([VScrollBar]) versions are available.
2017-09-12 22:42:36 +02:00
</description>
<tutorials >
</tutorials>
<members >
2019-06-29 12:38:01 +02:00
<member name= "custom_step" type= "float" setter= "set_custom_step" getter= "get_custom_step" default= "-1.0" >
2020-01-08 22:51:16 +01:00
Overrides the step used when clicking increment and decrement buttons or when using arrow keys when the [ScrollBar] is focused.
2017-09-12 22:42:36 +02:00
</member>
</members>
<signals >
<signal name= "scrolling" >
<description >
2019-06-22 01:04:47 +02:00
Emitted when the scrollbar is being scrolled.
2017-09-12 22:42:36 +02:00
</description>
</signal>
</signals>
</class>