mirror of
https://github.com/godotengine/godot-docs.git
synced 2026-01-05 22:09:56 +03:00
Sync classref with current source, adds Enums
This commit is contained in:
@@ -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
|
||||
-----------
|
||||
|
||||
|
||||
Reference in New Issue
Block a user