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

View File

@@ -73,33 +73,33 @@ Methods
Theme Properties
----------------
+---------------------------------+----------------------------+--------------------------------------------+
| :ref:`Texture<class_Texture>` | clear | |
+---------------------------------+----------------------------+--------------------------------------------+
| :ref:`Color<class_Color>` | clear_button_color | Color( 0.878431, 0.878431, 0.878431, 1 ) |
+---------------------------------+----------------------------+--------------------------------------------+
| :ref:`Color<class_Color>` | clear_button_color_pressed | Color( 1, 1, 1, 1 ) |
+---------------------------------+----------------------------+--------------------------------------------+
| :ref:`Color<class_Color>` | cursor_color | Color( 0.941176, 0.941176, 0.941176, 1 ) |
+---------------------------------+----------------------------+--------------------------------------------+
| :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_selected | Color( 0, 0, 0, 1 ) |
+---------------------------------+----------------------------+--------------------------------------------+
| :ref:`Color<class_Color>` | font_color_uneditable | Color( 0.878431, 0.878431, 0.878431, 0.5 ) |
+---------------------------------+----------------------------+--------------------------------------------+
| :ref:`int<class_int>` | minimum_spaces | 12 |
+---------------------------------+----------------------------+--------------------------------------------+
| :ref:`StyleBox<class_StyleBox>` | normal | |
+---------------------------------+----------------------------+--------------------------------------------+
| :ref:`StyleBox<class_StyleBox>` | read_only | |
+---------------------------------+----------------------------+--------------------------------------------+
| :ref:`Color<class_Color>` | selection_color | Color( 0.490196, 0.490196, 0.490196, 1 ) |
+---------------------------------+----------------------------+--------------------------------------------+
+---------------------------------+----------------------------+--------------------------------+
| :ref:`Texture<class_Texture>` | clear | |
+---------------------------------+----------------------------+--------------------------------+
| :ref:`Color<class_Color>` | clear_button_color | Color( 0.88, 0.88, 0.88, 1 ) |
+---------------------------------+----------------------------+--------------------------------+
| :ref:`Color<class_Color>` | clear_button_color_pressed | Color( 1, 1, 1, 1 ) |
+---------------------------------+----------------------------+--------------------------------+
| :ref:`Color<class_Color>` | cursor_color | Color( 0.94, 0.94, 0.94, 1 ) |
+---------------------------------+----------------------------+--------------------------------+
| :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_selected | Color( 0, 0, 0, 1 ) |
+---------------------------------+----------------------------+--------------------------------+
| :ref:`Color<class_Color>` | font_color_uneditable | Color( 0.88, 0.88, 0.88, 0.5 ) |
+---------------------------------+----------------------------+--------------------------------+
| :ref:`int<class_int>` | minimum_spaces | 12 |
+---------------------------------+----------------------------+--------------------------------+
| :ref:`StyleBox<class_StyleBox>` | normal | |
+---------------------------------+----------------------------+--------------------------------+
| :ref:`StyleBox<class_StyleBox>` | read_only | |
+---------------------------------+----------------------------+--------------------------------+
| :ref:`Color<class_Color>` | selection_color | Color( 0.49, 0.49, 0.49, 1 ) |
+---------------------------------+----------------------------+--------------------------------+
Signals
-------