.. Generated automatically by doc/tools/makerst.py in Godot's source tree. .. DO NOT EDIT THIS FILE, but the doc/base/classes.xml source instead. .. _class_ConfirmationDialog: ConfirmationDialog ================== **Inherits:** :ref:`AcceptDialog` **<** :ref:`WindowDialog` **<** :ref:`Popup` **<** :ref:`Control` **<** :ref:`CanvasItem` **<** :ref:`Node` **<** :ref:`Object` **Inherited By:** :ref:`EditorFileDialog`, :ref:`FileDialog` **Category:** Core Brief Description ----------------- Dialog for confirmation of actions. Member Functions ---------------- +------------------------------+---------------------------------------------------------------------+ | :ref:`Button` | :ref:`get_cancel` **(** **)** | +------------------------------+---------------------------------------------------------------------+ Description ----------- Dialog for confirmation of actions. This dialog inherits from :ref:`AcceptDialog`, but has by default an OK and Cancel button (in host OS order). Member Function Description --------------------------- .. _class_ConfirmationDialog_get_cancel: - :ref:`Button` **get_cancel** **(** **)** Return the cancel button.