Add classes ref generated by makerst.py

This commit is contained in:
Rémi Verschelde
2016-02-07 12:17:14 +01:00
parent 5c1e9caf8d
commit 6dee0d20d4
364 changed files with 41759 additions and 37 deletions

21
classes/class_panel.rst Normal file
View File

@@ -0,0 +1,21 @@
.. _class_Panel:
Panel
=====
Inherits: :ref:`Control<class_control>`
---------------------------------------
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>`