Sync classref with current source

This commit is contained in:
Rémi Verschelde
2019-08-22 14:51:48 +02:00
parent f0242074f0
commit 156adc98f4
45 changed files with 991 additions and 109 deletions

View File

@@ -59,17 +59,19 @@ Methods
Theme Properties
----------------
+-------------------------------+----------------+-----------------------+
| :ref:`Color<class_Color>` | files_disabled | Color( 0, 0, 0, 0.7 ) |
+-------------------------------+----------------+-----------------------+
| :ref:`Texture<class_Texture>` | folder | |
+-------------------------------+----------------+-----------------------+
| :ref:`Texture<class_Texture>` | parent_folder | |
+-------------------------------+----------------+-----------------------+
| :ref:`Texture<class_Texture>` | reload | |
+-------------------------------+----------------+-----------------------+
| :ref:`Texture<class_Texture>` | toggle_hidden | |
+-------------------------------+----------------+-----------------------+
+-------------------------------+----------------------+-----------------------+
| :ref:`Color<class_Color>` | files_disabled | Color( 0, 0, 0, 0.7 ) |
+-------------------------------+----------------------+-----------------------+
| :ref:`Texture<class_Texture>` | folder | |
+-------------------------------+----------------------+-----------------------+
| :ref:`Color<class_Color>` | folder_icon_modulate | Color( 1, 1, 1, 1 ) |
+-------------------------------+----------------------+-----------------------+
| :ref:`Texture<class_Texture>` | parent_folder | |
+-------------------------------+----------------------+-----------------------+
| :ref:`Texture<class_Texture>` | reload | |
+-------------------------------+----------------------+-----------------------+
| :ref:`Texture<class_Texture>` | toggle_hidden | |
+-------------------------------+----------------------+-----------------------+
Signals
-------