summaryrefslogtreecommitdiff
path: root/doc/classes
diff options
context:
space:
mode:
authorRĂ©mi Verschelde <rverschelde@gmail.com>2020-05-07 13:43:34 +0200
committerGitHub <noreply@github.com>2020-05-07 13:43:34 +0200
commitb62218bbac6f4d5f534e667aeaa361c4e746ef27 (patch)
treef639725be8d4afcc3dc5db2f92c52affc64424df /doc/classes
parent621139138dba4b553662f53865bad62f937a8968 (diff)
parentb9acf1cedf21c47b51fa1bf4fbe2f904c5bd0275 (diff)
Merge pull request #38385 from ThakeeNathees/method-bind-text_edit-set_line
method bind TextEdit::set_line() added
Diffstat (limited to 'doc/classes')
-rw-r--r--doc/classes/TextEdit.xml11
1 files changed, 11 insertions, 0 deletions
diff --git a/doc/classes/TextEdit.xml b/doc/classes/TextEdit.xml
index b7cf93d672..bb2d355bf6 100644
--- a/doc/classes/TextEdit.xml
+++ b/doc/classes/TextEdit.xml
@@ -354,6 +354,17 @@
If [code]true[/code], hides the line of the specified index.
</description>
</method>
+ <method name="set_line">
+ <return type="void">
+ </return>
+ <argument index="0" name="line" type="int">
+ </argument>
+ <argument index="1" name="new_text" type="String">
+ </argument>
+ <description>
+ Sets the text for a specific line.
+ </description>
+ </method>
<method name="toggle_fold_line">
<return type="void">
</return>