mirror of
https://github.com/godotengine/godot.git
synced 2025-10-31 21:51:22 +00:00
method bind TextEdit::set_line() added
This commit is contained in:
parent
92d4a0cbd2
commit
b9acf1cedf
2 changed files with 12 additions and 0 deletions
|
|
@ -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>
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue