ConfirmationDialog.xml 617 B

12345678910111213141516171819202122
  1. <?xml version="1.0" encoding="UTF-8" ?>
  2. <class name="ConfirmationDialog" inherits="AcceptDialog" category="Core" version="3.1.2">
  3. <brief_description>
  4. Dialog for confirmation of actions.
  5. </brief_description>
  6. <description>
  7. Dialog for confirmation of actions. This dialog inherits from [AcceptDialog], but has by default an OK and Cancel button (in host OS order).
  8. </description>
  9. <tutorials>
  10. </tutorials>
  11. <methods>
  12. <method name="get_cancel">
  13. <return type="Button">
  14. </return>
  15. <description>
  16. Returns the cancel button.
  17. </description>
  18. </method>
  19. </methods>
  20. <constants>
  21. </constants>
  22. </class>