class_panelcontainer.rst 641 B

1234567891011121314151617181920212223
  1. .. Generated automatically by doc/tools/makerst.py in Godot's source tree.
  2. .. DO NOT EDIT THIS FILE, but the doc/base/classes.xml source instead.
  3. .. _class_PanelContainer:
  4. PanelContainer
  5. ==============
  6. **Inherits:** :ref:`Container<class_container>` **<** :ref:`Control<class_control>` **<** :ref:`CanvasItem<class_canvasitem>` **<** :ref:`Node<class_node>` **<** :ref:`Object<class_object>`
  7. **Category:** Core
  8. Brief Description
  9. -----------------
  10. Panel container type.
  11. Description
  12. -----------
  13. Panel container type. This container fits controls inside of the delimited area of a stylebox. It's useful for giving controls an outline.