mirror of
https://github.com/godotengine/godot-docs.git
synced 2026-01-04 14:11:02 +03:00
Sync classref with current source
This commit is contained in:
@@ -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
|
||||
-------
|
||||
|
||||
Reference in New Issue
Block a user