summaryrefslogtreecommitdiff
path: root/doc/classes/ConfirmationDialog.xml
blob: d8d8c038bab03e24dcc3a2757df65b533fad4425 (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
<?xml version="1.0" encoding="UTF-8" ?>
<class name="ConfirmationDialog" inherits="AcceptDialog" category="Core" version="3.2">
	<brief_description>
		Dialog for confirmation of actions.
	</brief_description>
	<description>
		Dialog for confirmation of actions. This dialog inherits from [AcceptDialog], but has by default an OK and Cancel button (in host OS order).
	</description>
	<tutorials>
	</tutorials>
	<demos>
	</demos>
	<methods>
		<method name="get_cancel">
			<return type="Button">
			</return>
			<description>
				Return the cancel button.
			</description>
		</method>
	</methods>
	<constants>
	</constants>
</class>