2017-09-12 22:42:36 +02:00
<?xml version="1.0" encoding="UTF-8" ?>
2023-07-05 22:07:03 +02:00
<class name= "ScrollBar" inherits= "Range" version= "4.2" xmlns:xsi= "http://www.w3.org/2001/XMLSchema-instance" xsi:noNamespaceSchemaLocation= "../class.xsd" >
2017-09-12 22:42:36 +02:00
<brief_description >
2023-04-30 16:26:09 +02:00
Abstract base class for scrollbars.
2017-09-12 22:42:36 +02:00
</brief_description>
<description >
2023-04-30 16:26:09 +02:00
Abstract base class for scrollbars, typically used to navigate through content that extends beyond the visible area of a control. Scrollbars are [Range]-based controls.
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>
2022-11-06 20:27:24 +01:00
<member name= "step" type= "float" setter= "set_step" getter= "get_step" overrides= "Range" default= "0.0" />
2017-09-12 22:42:36 +02:00
</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>