diff options
author | bruvzg <7645683+bruvzg@users.noreply.github.com> | 2022-11-09 14:45:21 +0200 |
---|---|---|
committer | bruvzg <7645683+bruvzg@users.noreply.github.com> | 2022-11-10 10:43:15 +0200 |
commit | 35528b800cf9dacce62f9664a7f4e56fcae491a3 (patch) | |
tree | 91b9a4139b056e4337a779c348f1a319db24419b /doc/classes/Tree.xml | |
parent | dca5cb8e40fd2a348a59ea73c597eb742c14c980 (diff) |
[Font] Add an import option to pre-render all glyphs required for the translation.
Diffstat (limited to 'doc/classes/Tree.xml')
-rw-r--r-- | doc/classes/Tree.xml | 8 |
1 files changed, 8 insertions, 0 deletions
diff --git a/doc/classes/Tree.xml b/doc/classes/Tree.xml index 532f6703b2..bf79821e2d 100644 --- a/doc/classes/Tree.xml +++ b/doc/classes/Tree.xml @@ -293,6 +293,14 @@ Sets language code of column title used for line-breaking and text shaping algorithms, if left empty current locale is used instead. </description> </method> + <method name="set_selected"> + <return type="void" /> + <param index="0" name="item" type="TreeItem" /> + <param index="1" name="column" type="int" /> + <description> + Selects the specified [TreeItem] and column. + </description> + </method> </methods> <members> <member name="allow_reselect" type="bool" setter="set_allow_reselect" getter="get_allow_reselect" default="false"> |