Resync classref with 3.2.3-stable, next release is 3.3

This commit is contained in:
Rémi Verschelde
2021-03-16 12:29:34 +01:00
parent af4d5675e2
commit f4d0513091
219 changed files with 726 additions and 2861 deletions

View File

@@ -16,7 +16,7 @@ Reference frame for GUI.
Description
-----------
A rectangle box that displays only a :ref:`border_color<class_ReferenceRect_property_border_color>` border color around its rectangle. ``ReferenceRect`` has no fill :ref:`Color<class_Color>`. If you need to display a rectangle filled with a solid color, consider using :ref:`ColorRect<class_ColorRect>` instead.
A rectangle box that displays only a :ref:`border_color<class_ReferenceRect_property_border_color>` border color around its rectangle. ``ReferenceRect`` has no fill :ref:`Color<class_Color>`.
Properties
----------
@@ -24,8 +24,6 @@ Properties
+---------------------------+----------------------------------------------------------------+-------------------------+
| :ref:`Color<class_Color>` | :ref:`border_color<class_ReferenceRect_property_border_color>` | ``Color( 1, 0, 0, 1 )`` |
+---------------------------+----------------------------------------------------------------+-------------------------+
| :ref:`float<class_float>` | :ref:`border_width<class_ReferenceRect_property_border_width>` | ``1.0`` |
+---------------------------+----------------------------------------------------------------+-------------------------+
| :ref:`bool<class_bool>` | :ref:`editor_only<class_ReferenceRect_property_editor_only>` | ``true`` |
+---------------------------+----------------------------------------------------------------+-------------------------+
@@ -48,22 +46,6 @@ Sets the border :ref:`Color<class_Color>` of the ``ReferenceRect``.
----
.. _class_ReferenceRect_property_border_width:
- :ref:`float<class_float>` **border_width**
+-----------+-------------------------+
| *Default* | ``1.0`` |
+-----------+-------------------------+
| *Setter* | set_border_width(value) |
+-----------+-------------------------+
| *Getter* | get_border_width() |
+-----------+-------------------------+
Sets the border width of the ``ReferenceRect``. The border grows both inwards and outwards with respect to the rectangle box.
----
.. _class_ReferenceRect_property_editor_only:
- :ref:`bool<class_bool>` **editor_only**