2017-09-12 22:42:36 +02:00
<?xml version="1.0" encoding="UTF-8" ?>
2018-01-25 08:50:56 +01:00
<class name= "ScrollBar" inherits= "Range" category= "Core" version= "3.0-stable" >
2017-09-12 22:42:36 +02:00
<brief_description >
Base class for scroll bars.
</brief_description>
<description >
Scrollbars are a [Range] based [Control], that display a draggable area (the size of the page). Horizontal ([HScrollBar]) and Vertical ([VScrollBar]) versions are available.
</description>
<tutorials >
</tutorials>
<demos >
</demos>
<methods >
</methods>
<members >
2017-09-13 08:49:40 +02:00
<member name= "custom_step" type= "float" setter= "set_custom_step" getter= "get_custom_step" >
2017-09-12 22:42:36 +02:00
</member>
</members>
<signals >
<signal name= "scrolling" >
<description >
</description>
</signal>
</signals>
<constants >
</constants>
</class>