classref: Sync with latest 4.0-alpha

This commit is contained in:
Rémi Verschelde
2022-02-22 10:06:27 +01:00
parent 2ef8d8df34
commit 19fca2678c
128 changed files with 4153 additions and 2432 deletions

View File

@@ -27,13 +27,6 @@ Tutorials
- `3D Inverse Kinematics Demo <https://godotengine.org/asset-library/asset/523>`__
Properties
----------
+------------------------------+----------------------------------------+-------+
| :ref:`Mode<enum_Panel_Mode>` | :ref:`mode<class_Panel_property_mode>` | ``0`` |
+------------------------------+----------------------------------------+-------+
Theme Properties
----------------
@@ -43,36 +36,6 @@ Theme Properties
| :ref:`StyleBox<class_StyleBox>` | :ref:`panel_fg<class_Panel_theme_style_panel_fg>` |
+---------------------------------+---------------------------------------------------+
Enumerations
------------
.. _enum_Panel_Mode:
.. _class_Panel_constant_MODE_BACKGROUND:
.. _class_Panel_constant_MODE_FOREGROUND:
enum **Mode**:
- **MODE_BACKGROUND** = **0**
- **MODE_FOREGROUND** = **1**
Property Descriptions
---------------------
.. _class_Panel_property_mode:
- :ref:`Mode<enum_Panel_Mode>` **mode**
+-----------+-----------------+
| *Default* | ``0`` |
+-----------+-----------------+
| *Setter* | set_mode(value) |
+-----------+-----------------+
| *Getter* | get_mode() |
+-----------+-----------------+
Theme Property Descriptions
---------------------------