summaryrefslogtreecommitdiff
path: root/doc/classes/ConfirmationDialog.xml
blob: 6124bc29b019d9f44258f8fb5d62ce95fa260456 (plain)
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
18
19
20
21
22
<?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>
	<methods>
		<method name="get_cancel">
			<return type="Button">
			</return>
			<description>
				Returns the cancel button.
			</description>
		</method>
	</methods>
	<constants>
	</constants>
</class>