aboutsummaryrefslogtreecommitdiff
path: root/scene/gui/text_edit.h
diff options
context:
space:
mode:
authorBernhard Liebl2017-11-01 21:49:39 +0100
committerBernhard Liebl2017-11-21 09:11:39 +0100
commit80ad8afc85a90e6fda1b136b13c1eb42e35c115e (patch)
treebc145bc5c008a2abfa159f4d5437c8d0b8813aca /scene/gui/text_edit.h
parent5ff84070ca3604b43e86562a3d000ed924a604a2 (diff)
downloadgodot-80ad8afc85a90e6fda1b136b13c1eb42e35c115e.tar.gz
godot-80ad8afc85a90e6fda1b136b13c1eb42e35c115e.tar.zst
godot-80ad8afc85a90e6fda1b136b13c1eb42e35c115e.zip
Diffstat (limited to 'scene/gui/text_edit.h')
-rw-r--r--scene/gui/text_edit.h3
1 files changed, 3 insertions, 0 deletions
diff --git a/scene/gui/text_edit.h b/scene/gui/text_edit.h
index b1c7b14e5..bb9ca87d0 100644
--- a/scene/gui/text_edit.h
+++ b/scene/gui/text_edit.h
@@ -328,6 +328,9 @@ class TextEdit : public Control {
void _update_selection_mode_word();
void _update_selection_mode_line();
+ void _scroll_up(real_t p_delta);
+ void _scroll_down(real_t p_delta);
+
void _pre_shift_selection();
void _post_shift_selection();