From c475f11018c950af4e47937585797e8ad26ad864 Mon Sep 17 00:00:00 2001 From: Krystof Klestil Date: Mon, 6 Jan 2020 20:16:00 +0100 Subject: expose scroll_vertical and scroll_horizontal in TextEdit + documentation --- doc/classes/TextEdit.xml | 6 ++++++ 1 file changed, 6 insertions(+) (limited to 'doc/classes/TextEdit.xml') diff --git a/doc/classes/TextEdit.xml b/doc/classes/TextEdit.xml index 75fceac500..ad2cadb96b 100644 --- a/doc/classes/TextEdit.xml +++ b/doc/classes/TextEdit.xml @@ -459,6 +459,12 @@ If [code]true[/code], enables text wrapping when it goes beyond the edge of what is visible. + + The current vertical scroll value. + + + The current horizontal scroll value. + -- cgit v1.2.3