summaryrefslogtreecommitdiff
path: root/doc/classes/Panel.xml
diff options
context:
space:
mode:
Diffstat (limited to 'doc/classes/Panel.xml')
-rw-r--r--doc/classes/Panel.xml13
1 files changed, 12 insertions, 1 deletions
diff --git a/doc/classes/Panel.xml b/doc/classes/Panel.xml
index c9c3f80e7b..7285bc9e2e 100644
--- a/doc/classes/Panel.xml
+++ b/doc/classes/Panel.xml
@@ -1,5 +1,5 @@
<?xml version="1.0" encoding="UTF-8" ?>
-<class name="Panel" inherits="Control" category="Core" version="3.2">
+<class name="Panel" inherits="Control" version="4.0">
<brief_description>
Provides an opaque background for [Control] children.
</brief_description>
@@ -10,10 +10,21 @@
</tutorials>
<methods>
</methods>
+ <members>
+ <member name="mode" type="int" setter="set_mode" getter="get_mode" enum="Panel.Mode" default="0">
+ </member>
+ </members>
<constants>
+ <constant name="MODE_BACKGROUND" value="0" enum="Mode">
+ </constant>
+ <constant name="MODE_FOREGROUND" value="1" enum="Mode">
+ </constant>
</constants>
<theme_items>
<theme_item name="panel" type="StyleBox">
+ The style of this [Panel].
+ </theme_item>
+ <theme_item name="panel_fg" type="StyleBox">
</theme_item>
</theme_items>
</class>