Files
godot-docs/classes/class_panelcontainer.rst
Rémi Verschelde fa00c829f0 Add inheritance path
Also fix parsing of [method (Class.)name]
2016-02-08 18:31:35 +01:00

20 lines
494 B
ReStructuredText

.. _class_PanelContainer:
PanelContainer
==============
**Inherits:** :ref:`Container<class_container>` **<** :ref:`Control<class_control>` **<** :ref:`CanvasItem<class_canvasitem>` **<** :ref:`Node<class_node>` **<** :ref:`Object<class_object>`
**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.