Sync classref with current source

This commit is contained in:
Rémi Verschelde
2019-07-15 20:48:41 +02:00
parent fa77d5735f
commit c267e81350
135 changed files with 3506 additions and 2640 deletions
+13 -13
View File
@@ -28,19 +28,19 @@ Properties
Theme Properties
----------------
+---------------------------------+--------------------+------------------------------------------+
| :ref:`StyleBox<class_StyleBox>` | focus | |
+---------------------------------+--------------------+------------------------------------------+
| :ref:`Font<class_Font>` | font | |
+---------------------------------+--------------------+------------------------------------------+
| :ref:`Color<class_Color>` | font_color | Color( 0.878431, 0.878431, 0.878431, 1 ) |
+---------------------------------+--------------------+------------------------------------------+
| :ref:`Color<class_Color>` | font_color_hover | Color( 0.941176, 0.941176, 0.941176, 1 ) |
+---------------------------------+--------------------+------------------------------------------+
| :ref:`Color<class_Color>` | font_color_pressed | Color( 1, 1, 1, 1 ) |
+---------------------------------+--------------------+------------------------------------------+
| :ref:`int<class_int>` | underline_spacing | 2 |
+---------------------------------+--------------------+------------------------------------------+
+---------------------------------+--------------------+------------------------------+
| :ref:`StyleBox<class_StyleBox>` | focus | |
+---------------------------------+--------------------+------------------------------+
| :ref:`Font<class_Font>` | font | |
+---------------------------------+--------------------+------------------------------+
| :ref:`Color<class_Color>` | font_color | Color( 0.88, 0.88, 0.88, 1 ) |
+---------------------------------+--------------------+------------------------------+
| :ref:`Color<class_Color>` | font_color_hover | Color( 0.94, 0.94, 0.94, 1 ) |
+---------------------------------+--------------------+------------------------------+
| :ref:`Color<class_Color>` | font_color_pressed | Color( 1, 1, 1, 1 ) |
+---------------------------------+--------------------+------------------------------+
| :ref:`int<class_int>` | underline_spacing | 2 |
+---------------------------------+--------------------+------------------------------+
Enumerations
------------