Files
godot-docs/classes/class_panel.rst
Rémi Verschelde fa00c829f0 Add inheritance path
Also fix parsing of [method (Class.)name]
2016-02-08 18:31:35 +01:00

20 lines
586 B
ReStructuredText

.. _class_Panel:
Panel
=====
**Inherits:** :ref:`Control<class_control>` **<** :ref:`CanvasItem<class_canvasitem>` **<** :ref:`Node<class_node>` **<** :ref:`Object<class_object>`
**Category:** Core
Brief Description
-----------------
Provides an opaque background for :ref:`Control<class_control>` children.
Description
-----------
Panel is a :ref:`Control<class_control>` that displays an opaque background. It's commoly used as a parent and container for other types of :ref:`Control<class_control>` nodes. :ref:`img<class_img>`images/panel_example.png:ref:`/img<class_/img>`