blob: 1641b5df6f1cffc08d149fe8f88c8e4069e2cf66 (
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.1-dev">
<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>
|