summaryrefslogtreecommitdiff
path: root/doc/classes/ProgressBar.xml
blob: d72b28efc51c12e6ede69238cab415e27aad5c78 (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
27
28
29
30
31
32
33
34
35
36
37
38
39
40
41
42
43
44
45
46
47
<?xml version="1.0" encoding="UTF-8" ?>
<class name="ProgressBar" inherits="Range" category="Core" version="3.0-alpha">
	<brief_description>
		General purpose progress bar.
	</brief_description>
	<description>
		General purpose progress bar. Shows fill percentage from right to left.
	</description>
	<tutorials>
	</tutorials>
	<demos>
	</demos>
	<methods>
		<method name="is_percent_visible" qualifiers="const">
			<return type="bool">
			</return>
			<description>
			</description>
		</method>
		<method name="set_percent_visible">
			<return type="void">
			</return>
			<argument index="0" name="visible" type="bool">
			</argument>
			<description>
			</description>
		</method>
	</methods>
	<members>
		<member name="percent_visible" type="bool" setter="set_percent_visible" getter="is_percent_visible">
		</member>
	</members>
	<constants>
	</constants>
	<theme_items>
		<theme_item name="bg" type="StyleBox">
		</theme_item>
		<theme_item name="fg" type="StyleBox">
		</theme_item>
		<theme_item name="font" type="Font">
		</theme_item>
		<theme_item name="font_color" type="Color">
		</theme_item>
		<theme_item name="font_color_shadow" type="Color">
		</theme_item>
	</theme_items>
</class>