aboutsummaryrefslogtreecommitdiff
path: root/scene/gui/text_edit.h
diff options
context:
space:
mode:
authorBernhard Liebl2017-12-26 07:53:16 +0100
committerBernhard Liebl2017-12-26 08:32:30 +0100
commit076a5f35fc31375b5083cd86dcd69ae580eea8b9 (patch)
tree16d9289417b833d21ae7ea2e8ef06454520fcbe7 /scene/gui/text_edit.h
parent37aab45091961e7c063e9c77d6c4835b0c14806a (diff)
downloadgodot-076a5f35fc31375b5083cd86dcd69ae580eea8b9.tar.gz
godot-076a5f35fc31375b5083cd86dcd69ae580eea8b9.tar.zst
godot-076a5f35fc31375b5083cd86dcd69ae580eea8b9.zip
Diffstat (limited to 'scene/gui/text_edit.h')
-rw-r--r--scene/gui/text_edit.h1
1 files changed, 1 insertions, 0 deletions
diff --git a/scene/gui/text_edit.h b/scene/gui/text_edit.h
index f18eaa85c..d58503f28 100644
--- a/scene/gui/text_edit.h
+++ b/scene/gui/text_edit.h
@@ -433,6 +433,7 @@ public:
void fold_all_lines();
void unhide_all_lines();
int num_lines_from(int p_line_from, int unhidden_amount) const;
+ bool is_last_visible_line(int p_line) const;
bool can_fold(int p_line) const;
bool is_folded(int p_line) const;
void fold_line(int p_line);