Sync classref with 3.2 branch

This commit is contained in:
Rémi Verschelde
2020-03-13 18:00:15 +01:00
parent 241887247a
commit 4b9fab3803
68 changed files with 534 additions and 165 deletions

View File

@@ -127,8 +127,6 @@ Theme Properties
+---------------------------------+------------------------------+------------------------------+
| :ref:`StyleBox<class_StyleBox>` | cursor | |
+---------------------------------+------------------------------+------------------------------+
| :ref:`Color<class_Color>` | cursor_color | Color( 0, 0, 0, 1 ) |
+---------------------------------+------------------------------+------------------------------+
| :ref:`StyleBox<class_StyleBox>` | cursor_unfocused | |
+---------------------------------+------------------------------+------------------------------+
| :ref:`StyleBox<class_StyleBox>` | custom_button | |
@@ -169,8 +167,6 @@ Theme Properties
+---------------------------------+------------------------------+------------------------------+
| :ref:`StyleBox<class_StyleBox>` | selected_focus | |
+---------------------------------+------------------------------+------------------------------+
| :ref:`Color<class_Color>` | selection_color | Color( 0.1, 0.1, 1, 0.8 ) |
+---------------------------------+------------------------------+------------------------------+
| :ref:`Color<class_Color>` | title_button_color | Color( 0.88, 0.88, 0.88, 1 ) |
+---------------------------------+------------------------------+------------------------------+
| :ref:`Font<class_Font>` | title_button_font | |
@@ -259,6 +255,8 @@ Emitted when an item is collapsed by a click on the folding arrow.
- **item_custom_button_pressed** **(** **)**
Emitted when a custom button is pressed (i.e. in a :ref:`TreeItem.CELL_MODE_CUSTOM<class_TreeItem_constant_CELL_MODE_CUSTOM>` mode cell).
----
.. _class_Tree_signal_item_double_clicked: