diff options
Diffstat (limited to 'doc/classes/PopupDialog.xml')
-rw-r--r-- | doc/classes/PopupDialog.xml | 17 |
1 files changed, 17 insertions, 0 deletions
diff --git a/doc/classes/PopupDialog.xml b/doc/classes/PopupDialog.xml new file mode 100644 index 0000000000..c51c5b6d21 --- /dev/null +++ b/doc/classes/PopupDialog.xml @@ -0,0 +1,17 @@ +<?xml version="1.0" encoding="UTF-8" ?> +<class name="PopupDialog" inherits="Popup" category="Core" version="3.0.alpha.custom_build"> + <brief_description> + Base class for Popup Dialogs. + </brief_description> + <description> + PopupDialog is a base class for popup dialogs, along with [WindowDialog]. + </description> + <tutorials> + </tutorials> + <demos> + </demos> + <methods> + </methods> + <constants> + </constants> +</class> |