virtualx-engine/doc/classes/ScrollBar.xml
Craigory V Coppola a1fd60f7d2 Docs update for several classes
Namely: Dictionary, GraphEdit, Object, TileMap, Script, ScollBar,
ScrollContainer and SplitContainer

(cherry picked from commit 0dd526e062)
2018-04-29 14:42:13 +02:00

28 lines
779 B
XML

<?xml version="1.0" encoding="UTF-8" ?>
<class name="ScrollBar" inherits="Range" category="Core" version="3.0.2">
<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>
<member name="custom_step" type="float" setter="set_custom_step" getter="get_custom_step">
</member>
</members>
<signals>
<signal name="scrolling">
<description>
Emitted whenever the scrollbar is being scrolled.
</description>
</signal>
</signals>
<constants>
</constants>
</class>