426bcc9941
In many of the XML files it had been noted that when the documentation refers to a return value, both "Return" and "Returns" are used. This has now been fixed to only say "Returns". Fixes #28867
22 lines
615 B
XML
22 lines
615 B
XML
<?xml version="1.0" encoding="UTF-8" ?>
|
|
<class name="ConfirmationDialog" inherits="AcceptDialog" category="Core" version="3.2">
|
|
<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).
|
|
</description>
|
|
<tutorials>
|
|
</tutorials>
|
|
<methods>
|
|
<method name="get_cancel">
|
|
<return type="Button">
|
|
</return>
|
|
<description>
|
|
Returns the cancel button.
|
|
</description>
|
|
</method>
|
|
</methods>
|
|
<constants>
|
|
</constants>
|
|
</class>
|