From 215fe852b8fd1baa2214f5292dbab1d2d23622af Mon Sep 17 00:00:00 2001 From: microaeris Date: Tue, 27 Sep 2022 21:55:06 -0700 Subject: Getters for TextEdit scrollbars --- doc/classes/TextEdit.xml | 12 ++++++++++++ 1 file changed, 12 insertions(+) (limited to 'doc/classes') diff --git a/doc/classes/TextEdit.xml b/doc/classes/TextEdit.xml index 2f9b971fc8..b1fda25ecd 100644 --- a/doc/classes/TextEdit.xml +++ b/doc/classes/TextEdit.xml @@ -240,6 +240,12 @@ Returns the width of the gutter at the given index. + + + + Returns the [HScrollBar] used by [TextEdit]. + + @@ -509,6 +515,12 @@ Returns the number of lines that may be drawn. + + + + Returns the [VScrollBar] of the [TextEdit]. + + -- cgit v1.2.3