summaryrefslogtreecommitdiff
path: root/doc/classes/ScrollBar.xml
blob: 8b8314d2c8f3de2b2e8b12f6f13de97be73d212c (plain)
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
18
19
20
21
22
23
24
25
26
<?xml version="1.0" encoding="UTF-8" ?>
<class name="ScrollBar" inherits="Range" category="Core" version="3.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>
	<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>