Files
godot-docs/classes/class_panelcontainer.rst
2017-09-23 11:01:36 +02:00

26 lines
767 B
ReStructuredText

.. Generated automatically by doc/tools/makerst.py in Godot's source tree.
.. DO NOT EDIT THIS FILE, but the PanelContainer.xml source instead.
.. The source is found in doc/classes or modules/<name>/doc_classes.
.. _class_PanelContainer:
PanelContainer
==============
**Inherits:** :ref:`Container<class_container>` **<** :ref:`Control<class_control>` **<** :ref:`CanvasItem<class_canvasitem>` **<** :ref:`Node<class_node>` **<** :ref:`Object<class_object>`
**Inherited By:** :ref:`ScriptEditor<class_scripteditor>`
**Category:** Core
Brief Description
-----------------
Panel container type.
Description
-----------
Panel container type. This container fits controls inside of the delimited area of a stylebox. It's useful for giving controls an outline.