123456789101112131415161718192021222324252627282930313233 |
- .. _class_ConfirmationDialog:
- ConfirmationDialog
- ==================
- **Inherits:** :ref:`AcceptDialog<class_acceptdialog>`
- **Category:** Core
- Dialog for confirmation of actions.
- Member Functions
- ----------------
- +------------------------------+---------------------------------------------------------------------+
- | :ref:`Button<class_button>` | :ref:`get_cancel<class_ConfirmationDialog_get_cancel>` **(** **)** |
- +------------------------------+---------------------------------------------------------------------+
- Description
- -----------
- Dialog for confirmation of actions. This dialog inherits from :ref:`AcceptDialog<class_acceptdialog>`, but has by default an OK and Cancel buton (in host OS order).
- Member Function Description
- ---------------------------
- .. _class_ConfirmationDialog_get_cancel:
- - :ref:`Button<class_button>` **get_cancel** **(** **)**
- Return the cancel button.
|