class_panelcontainer.rst 2.2 KB

12345678910111213141516171819202122232425262728293031323334353637383940414243444546474849505152535455565758596061626364656667
  1. :github_url: hide
  2. .. DO NOT EDIT THIS FILE!!!
  3. .. Generated automatically from Godot engine sources.
  4. .. Generator: https://github.com/godotengine/godot/tree/3.6/doc/tools/make_rst.py.
  5. .. XML source: https://github.com/godotengine/godot/tree/3.6/doc/classes/PanelContainer.xml.
  6. .. _class_PanelContainer:
  7. PanelContainer
  8. ==============
  9. **Inherits:** :ref:`Container<class_Container>` **<** :ref:`Control<class_Control>` **<** :ref:`CanvasItem<class_CanvasItem>` **<** :ref:`Node<class_Node>` **<** :ref:`Object<class_Object>`
  10. **Inherited By:** :ref:`ScriptEditor<class_ScriptEditor>`
  11. Panel container type.
  12. .. rst-class:: classref-introduction-group
  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.
  16. .. rst-class:: classref-introduction-group
  17. Tutorials
  18. ---------
  19. - :doc:`GUI containers <../tutorials/ui/gui_containers>`
  20. - `2D Role Playing Game Demo <https://godotengine.org/asset-library/asset/520>`__
  21. .. rst-class:: classref-reftable-group
  22. Theme Properties
  23. ----------------
  24. .. table::
  25. :widths: auto
  26. +---------------------------------+------------------------------------------------------+
  27. | :ref:`StyleBox<class_StyleBox>` | :ref:`panel<class_PanelContainer_theme_style_panel>` |
  28. +---------------------------------+------------------------------------------------------+
  29. .. rst-class:: classref-section-separator
  30. ----
  31. .. rst-class:: classref-descriptions-group
  32. Theme Property Descriptions
  33. ---------------------------
  34. .. _class_PanelContainer_theme_style_panel:
  35. .. rst-class:: classref-themeproperty
  36. :ref:`StyleBox<class_StyleBox>` **panel**
  37. The style of **PanelContainer**'s background.
  38. .. |virtual| replace:: :abbr:`virtual (This method should typically be overridden by the user to have any effect.)`
  39. .. |const| replace:: :abbr:`const (This method has no side effects. It doesn't modify any of the instance's member variables.)`
  40. .. |vararg| replace:: :abbr:`vararg (This method accepts any number of arguments after the ones described here.)`
  41. .. |static| replace:: :abbr:`static (This method doesn't need an instance to be called, so it can be called directly using the class name.)`