2017-09-12 22:42:36 +02:00
|
|
|
<?xml version="1.0" encoding="UTF-8" ?>
|
2021-03-23 13:40:34 +01:00
|
|
|
<class name="ConfirmationDialog" inherits="AcceptDialog" version="3.3">
|
2017-09-12 22:42:36 +02:00
|
|
|
<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).
|
2019-12-21 00:19:13 +01:00
|
|
|
To get cancel action, you can use:
|
|
|
|
[codeblock]
|
|
|
|
get_cancel().connect("pressed", self, "cancelled")
|
|
|
|
[/codeblock].
|
2017-09-12 22:42:36 +02:00
|
|
|
</description>
|
|
|
|
<tutorials>
|
|
|
|
</tutorials>
|
|
|
|
<methods>
|
|
|
|
<method name="get_cancel">
|
|
|
|
<return type="Button">
|
|
|
|
</return>
|
|
|
|
<description>
|
2019-05-24 04:15:43 +02:00
|
|
|
Returns the cancel button.
|
2017-09-12 22:42:36 +02:00
|
|
|
</description>
|
|
|
|
</method>
|
|
|
|
</methods>
|
2019-09-03 12:44:58 +02:00
|
|
|
<members>
|
2019-09-24 13:34:03 +02:00
|
|
|
<member name="rect_min_size" type="Vector2" setter="set_custom_minimum_size" getter="get_custom_minimum_size" override="true" default="Vector2( 200, 70 )" />
|
|
|
|
<member name="window_title" type="String" setter="set_title" getter="get_title" override="true" default=""Please Confirm..."" />
|
2019-09-03 12:44:58 +02:00
|
|
|
</members>
|
2017-09-12 22:42:36 +02:00
|
|
|
<constants>
|
|
|
|
</constants>
|
|
|
|
</class>
|