1234567891011121314151617181920212223242526 |
- .. 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.
|