summaryrefslogtreecommitdiff
path: root/scene/gui/tree.h
diff options
context:
space:
mode:
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 dfc02f760d..6db8d3f5bc 100644
--- a/scene/gui/tree.h
+++ b/scene/gui/tree.h
@@ -622,6 +622,7 @@ public:
int get_item_offset(TreeItem *p_item) const;
Rect2 get_item_rect(TreeItem *p_item, int p_column = -1) const;
bool edit_selected();
+ bool is_editing();
// First item that starts with the text, from the current focused item down and wraps around.
TreeItem *search_item_text(const String &p_find, int *r_col = nullptr, bool p_selectable = false);