summaryrefslogtreecommitdiff
path: root/doc/classes/PanelContainer.xml
diff options
context:
space:
mode:
Diffstat (limited to 'doc/classes/PanelContainer.xml')
-rw-r--r--doc/classes/PanelContainer.xml21
1 files changed, 21 insertions, 0 deletions
diff --git a/doc/classes/PanelContainer.xml b/doc/classes/PanelContainer.xml
new file mode 100644
index 0000000000..29d5169b9e
--- /dev/null
+++ b/doc/classes/PanelContainer.xml
@@ -0,0 +1,21 @@
+<?xml version="1.0" encoding="UTF-8" ?>
+<class name="PanelContainer" inherits="Container" category="Core" version="3.0.alpha.custom_build">
+ <brief_description>
+ Panel container type.
+ </brief_description>
+ <description>
+ Panel container type. This container fits controls inside of the delimited area of a stylebox. It's useful for giving controls an outline.
+ </description>
+ <tutorials>
+ </tutorials>
+ <demos>
+ </demos>
+ <methods>
+ </methods>
+ <constants>
+ </constants>
+ <theme_items>
+ <theme_item name="panel" type="StyleBox">
+ </theme_item>
+ </theme_items>
+</class>