ConfirmationDialog.xml 652 B

12345678910111213141516171819202122232425
  1. <?xml version="1.0" encoding="UTF-8" ?>
  2. <class name="ConfirmationDialog" inherits="AcceptDialog" category="Core" version="3.0.alpha.custom_build">
  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. <demos>
  12. </demos>
  13. <methods>
  14. <method name="get_cancel">
  15. <return type="Button">
  16. </return>
  17. <description>
  18. Return the cancel button.
  19. </description>
  20. </method>
  21. </methods>
  22. <constants>
  23. </constants>
  24. </class>