From 920f3f6546d419fb26d2612490bcfb719d5bc06e Mon Sep 17 00:00:00 2001 From: Michael Alexsander Silva Dias Date: Sat, 11 Nov 2017 16:07:17 -0200 Subject: Added "is_readonly()" to TextEdit and made it a property. --- doc/classes/TextEdit.xml | 10 ++++++++++ 1 file changed, 10 insertions(+) (limited to 'doc/classes') diff --git a/doc/classes/TextEdit.xml b/doc/classes/TextEdit.xml index e7f94b5826..0af11eec31 100644 --- a/doc/classes/TextEdit.xml +++ b/doc/classes/TextEdit.xml @@ -259,6 +259,13 @@ + ++ ++ ++ ++ Return true if the text editor is in read-only mode (see [method set_readonly]). ++ ++ @@ -458,6 +465,9 @@ + + If [code]true[/code] read-only mode is enabled. Existing text cannot be modified and new text cannot be added. + -- cgit v1.2.3