class_panelcontainer.rst 935 B

1234567891011121314151617181920212223242526272829303132
  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. Theme Properties
  14. ----------------
  15. +---------------------------------+-------+
  16. | :ref:`StyleBox<class_StyleBox>` | panel |
  17. +---------------------------------+-------+
  18. Description
  19. -----------
  20. Panel container type. This container fits controls inside of the delimited area of a stylebox. It's useful for giving controls an outline.