From 4775db1600ea69dd961767399441820f274e41f8 Mon Sep 17 00:00:00 2001 From: PouleyKetchoupp Date: Wed, 11 Nov 2020 09:26:55 +0100 Subject: Expose LineEdit scroll offset to scripts --- doc/classes/LineEdit.xml | 7 +++++++ 1 file changed, 7 insertions(+) (limited to 'doc') diff --git a/doc/classes/LineEdit.xml b/doc/classes/LineEdit.xml index f08a15d873..5c2dffd538 100644 --- a/doc/classes/LineEdit.xml +++ b/doc/classes/LineEdit.xml @@ -78,6 +78,13 @@ Returns the [PopupMenu] of this [LineEdit]. By default, this menu is displayed when right-clicking on the [LineEdit]. + + + + + Returns the scroll offset due to [member caret_position], as a number of characters. + + -- cgit v1.2.3