2017-09-12 22:42:36 +02:00
<?xml version="1.0" encoding="UTF-8" ?>
2021-11-05 15:02:42 +01:00
<class name= "ConfirmationDialog" inherits= "AcceptDialog" version= "3.5" >
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" >
2021-07-30 15:28:05 +02:00
<return type= "Button" />
2017-09-12 22:42:36 +02:00
<description >
2019-05-24 04:15:43 +02:00
Returns the cancel button.
2021-10-10 22:10:07 +02:00
[b]Warning:[/b] This is a required internal node, removing and freeing it may cause a crash. If you wish to hide it or any of its children, use their [member CanvasItem.visible] property.
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>