Sync classref with current source, adds Enums

This commit is contained in:
Rémi Verschelde
2018-01-12 08:52:43 +01:00
parent d2eaa67ef0
commit 4548bb71d5
142 changed files with 2620 additions and 1147 deletions

View File

@@ -141,8 +141,12 @@ Member Functions
| void | :ref:`set_tooltip<class_TreeItem_set_tooltip>` **(** :ref:`int<class_int>` column, :ref:`String<class_string>` tooltip **)** |
+--------------------------------------+--------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------+
Numeric Constants
-----------------
Enums
-----
.. _enum_TreeItem_TreeCellMode:
enum **TreeCellMode**
- **CELL_MODE_STRING** = **0** --- Cell contains a string.
- **CELL_MODE_CHECK** = **1** --- Cell can be checked.
@@ -150,10 +154,16 @@ Numeric Constants
- **CELL_MODE_RANGE_EXPRESSION** = **3** --- Cell contains a range expression.
- **CELL_MODE_ICON** = **4** --- Cell contains an icon.
- **CELL_MODE_CUSTOM** = **5**
.. _enum_TreeItem_TextAlign:
enum **TextAlign**
- **ALIGN_LEFT** = **0** --- Align text to the left. See ``set_text_align()``.
- **ALIGN_CENTER** = **1** --- Center text. See ``set_text_align()``.
- **ALIGN_RIGHT** = **2** --- Align text to the right. See ``set_text_align()``.
Description
-----------