class_panelcontainer.rst 767 B

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