summaryrefslogtreecommitdiffstats
path: root/doc/classes/Popup.xml
diff options
context:
space:
mode:
Diffstat (limited to 'doc/classes/Popup.xml')
-rw-r--r--doc/classes/Popup.xml16
1 files changed, 0 insertions, 16 deletions
diff --git a/doc/classes/Popup.xml b/doc/classes/Popup.xml
index 3dff575b1b..8fc5586eba 100644
--- a/doc/classes/Popup.xml
+++ b/doc/classes/Popup.xml
@@ -11,13 +11,6 @@
<demos>
</demos>
<methods>
- <method name="is_exclusive" qualifiers="const">
- <return type="bool">
- </return>
- <description>
- Returns whether the popup will hide other popups when shown on the screen.
- </description>
- </method>
<method name="popup">
<return type="void">
</return>
@@ -54,15 +47,6 @@
Popup (show the control in modal form) in the center of the screen, scaled at a ratio of size of the screen.
</description>
</method>
- <method name="set_exclusive">
- <return type="void">
- </return>
- <argument index="0" name="enable" type="bool">
- </argument>
- <description>
- Make the popup hide other popups when shown on the screen.
- </description>
- </method>
</methods>
<members>
<member name="popup_exclusive" type="bool" setter="set_exclusive" getter="is_exclusive">