summaryrefslogtreecommitdiff
path: root/doc/classes/TextEdit.xml
diff options
context:
space:
mode:
Diffstat (limited to 'doc/classes/TextEdit.xml')
-rw-r--r--doc/classes/TextEdit.xml10
1 files changed, 10 insertions, 0 deletions
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 @@
<description>
</description>
</method>
+ <method name="is_readonly" qualifiers="const">
++ <return type="bool">
++ </return>
++ <description>
++ Return true if the text editor is in read-only mode (see [method set_readonly]).
++ </description>
++ </method>
<method name="is_selection_active" qualifiers="const">
<return type="bool">
</return>
@@ -458,6 +465,9 @@
</method>
</methods>
<members>
+ <member name="readonly" type="bool" setter="set_readonly" getter="is_readonly">
+ If [code]true[/code] read-only mode is enabled. Existing text cannot be modified and new text cannot be added.
+ </member>
<member name="caret_blink" type="bool" setter="cursor_set_blink_enabled" getter="cursor_get_blink_enabled">
</member>
<member name="caret_blink_speed" type="float" setter="cursor_set_blink_speed" getter="cursor_get_blink_speed">