classref: Sync with current master branch (c09d83010)

This commit is contained in:
Rémi Verschelde
2022-06-08 13:39:15 +02:00
parent 869830c6ba
commit 8d5cdb0c7a
304 changed files with 12946 additions and 5236 deletions

View File

@@ -64,7 +64,7 @@ Theme Properties
+---------------------------------+------------------------------------------------------------------------------+-----------------------------------+
| :ref:`Color<class_Color>` | :ref:`font_pressed_color<class_MenuButton_theme_color_font_pressed_color>` | ``Color(1, 1, 1, 1)`` |
+---------------------------------+------------------------------------------------------------------------------+-----------------------------------+
| :ref:`int<class_int>` | :ref:`hseparation<class_MenuButton_theme_constant_hseparation>` | ``3`` |
| :ref:`int<class_int>` | :ref:`h_separation<class_MenuButton_theme_constant_h_separation>` | ``3`` |
+---------------------------------+------------------------------------------------------------------------------+-----------------------------------+
| :ref:`int<class_int>` | :ref:`outline_size<class_MenuButton_theme_constant_outline_size>` | ``0`` |
+---------------------------------+------------------------------------------------------------------------------+-----------------------------------+
@@ -219,9 +219,9 @@ Text :ref:`Color<class_Color>` used when the ``MenuButton`` is being pressed.
----
.. _class_MenuButton_theme_constant_hseparation:
.. _class_MenuButton_theme_constant_h_separation:
- :ref:`int<class_int>` **hseparation**
- :ref:`int<class_int>` **h_separation**
+-----------+-------+
| *Default* | ``3`` |