mirror of
https://github.com/godotengine/godot-docs.git
synced 2026-01-05 22:09:56 +03:00
20 lines
494 B
ReStructuredText
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.
|
|
|