summaryrefslogtreecommitdiffstats
path: root/scene/gui/tree.h
diff options
context:
space:
mode:
authorbruvzg <7645683+bruvzg@users.noreply.github.com>2022-11-09 14:45:21 +0200
committerbruvzg <7645683+bruvzg@users.noreply.github.com>2022-11-10 10:43:15 +0200
commit35528b800cf9dacce62f9664a7f4e56fcae491a3 (patch)
tree91b9a4139b056e4337a779c348f1a319db24419b /scene/gui/tree.h
parentdca5cb8e40fd2a348a59ea73c597eb742c14c980 (diff)
downloadredot-engine-35528b800cf9dacce62f9664a7f4e56fcae491a3.tar.gz
[Font] Add an import option to pre-render all glyphs required for the translation.
Diffstat (limited to 'scene/gui/tree.h')
-rw-r--r--scene/gui/tree.h1
1 files changed, 1 insertions, 0 deletions
diff --git a/scene/gui/tree.h b/scene/gui/tree.h
index f994a5cec1..77a62e1d6a 100644
--- a/scene/gui/tree.h
+++ b/scene/gui/tree.h
@@ -666,6 +666,7 @@ public:
bool is_root_hidden() const;
TreeItem *get_next_selected(TreeItem *p_item);
TreeItem *get_selected() const;
+ void set_selected(TreeItem *p_item, int p_column = 0);
int get_selected_column() const;
int get_pressed_button() const;
void set_select_mode(SelectMode p_mode);