summaryrefslogtreecommitdiff
path: root/scene/gui/tree.h
diff options
context:
space:
mode:
authorFabio Alessandrelli <fabio.alessandrelli@gmail.com>2018-03-16 20:55:11 +0100
committerGitHub <noreply@github.com>2018-03-16 20:55:11 +0100
commitc531262190d7b75238e60565a3a59f13feed2ffa (patch)
tree8bed4bea6d93cb8478a9a4cda0cd6f746014d318 /scene/gui/tree.h
parente06a56eac8c1fbf36e985697d3b6b1a66ec8ac0e (diff)
parent920d2bfdfa582b81b0e47d8a0a5de5817289c6dc (diff)
Merge pull request #16947 from Faless/ui_actions
GUI elements ui_action usage, improvements
Diffstat (limited to 'scene/gui/tree.h')
-rw-r--r--scene/gui/tree.h4
1 files changed, 4 insertions, 0 deletions
diff --git a/scene/gui/tree.h b/scene/gui/tree.h
index 2a8546a743..5af66c5faa 100644
--- a/scene/gui/tree.h
+++ b/scene/gui/tree.h
@@ -507,6 +507,10 @@ private:
ValueEvaluator *evaluator;
int _count_selected_items(TreeItem *p_from) const;
+ void _go_left();
+ void _go_right();
+ void _go_down();
+ void _go_up();
protected:
static void _bind_methods();