2017-09-12 22:42:36 +02:00
|
|
|
<?xml version="1.0" encoding="UTF-8" ?>
|
2019-04-01 12:33:56 +02:00
|
|
|
<class name="ConfirmationDialog" inherits="AcceptDialog" category="Core" version="3.2">
|
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).
|
|
|
|
</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>
|