summaryrefslogtreecommitdiff
path: root/doc/classes/ButtonGroup.xml
blob: b73a88f8b837c362386541bd73ad74597cd4e67f (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
<?xml version="1.0" encoding="UTF-8" ?>
<class name="ButtonGroup" inherits="Resource" category="Core" version="3.2">
	<brief_description>
		Group of Buttons.
	</brief_description>
	<description>
		Group of [Button]. All direct and indirect children buttons become radios. Only one allows being pressed.
		[member BaseButton.toggle_mode] should be [code]true[/code].
	</description>
	<tutorials>
	</tutorials>
	<demos>
	</demos>
	<methods>
		<method name="get_buttons">
			<return type="Array">
			</return>
			<description>
				Returns an [Array] of [Button]s who have this as their [ButtonGroup] (see [member BaseButton.group]).
			</description>
		</method>
		<method name="get_pressed_button">
			<return type="BaseButton">
			</return>
			<description>
				Returns the current pressed button.
			</description>
		</method>
	</methods>
	<constants>
	</constants>
</class>