summaryrefslogtreecommitdiff
path: root/scene
diff options
context:
space:
mode:
authorJummit <jummit@web.de>2020-11-03 21:08:05 +0100
committerJummit <jummit@web.de>2021-02-22 15:50:21 +0100
commit13fb24cb6f9ebabb7097aad05550a406022b4c92 (patch)
tree685db0c7595daa443f4f040df2930861a89e5b51 /scene
parentd395f7082876db14b592952eb91961a62d9bc604 (diff)
expose edit_selected in Tree
Diffstat (limited to 'scene')
-rw-r--r--scene/gui/tree.cpp1
1 files changed, 1 insertions, 0 deletions
diff --git a/scene/gui/tree.cpp b/scene/gui/tree.cpp
index 31030765e0..6bdc5a1aa0 100644
--- a/scene/gui/tree.cpp
+++ b/scene/gui/tree.cpp
@@ -3813,6 +3813,7 @@ void Tree::_bind_methods() {
ClassDB::bind_method(D_METHOD("get_edited"), &Tree::get_edited);
ClassDB::bind_method(D_METHOD("get_edited_column"), &Tree::get_edited_column);
+ ClassDB::bind_method(D_METHOD("edit_selected"), &Tree::edit_selected);
ClassDB::bind_method(D_METHOD("get_custom_popup_rect"), &Tree::get_custom_popup_rect);
ClassDB::bind_method(D_METHOD("get_item_area_rect", "item", "column"), &Tree::_get_item_rect, DEFVAL(-1));
ClassDB::bind_method(D_METHOD("get_item_at_position", "position"), &Tree::get_item_at_position);