diff options
| author | Rémi Verschelde | 2017-12-16 20:34:16 +0100 |
|---|---|---|
| committer | Rémi Verschelde | 2017-12-16 21:08:31 +0100 |
| commit | d03f35f1bc0ecf09d436ebb44356f8add5b95a3e (patch) | |
| tree | e6f9cd25ec25e9fe0dbbd2618491208be47423c4 /doc/classes/TextEdit.xml | |
| parent | db22aec51a86a562d167eeaadcd8b57bc89c9a88 (diff) | |
| download | godot-d03f35f1bc0ecf09d436ebb44356f8add5b95a3e.tar.gz godot-d03f35f1bc0ecf09d436ebb44356f8add5b95a3e.tar.zst godot-d03f35f1bc0ecf09d436ebb44356f8add5b95a3e.zip | |
Bind TextEdit.deselect and update documentation
Diffstat (limited to 'doc/classes/TextEdit.xml')
| -rw-r--r-- | doc/classes/TextEdit.xml | 7 |
1 files changed, 7 insertions, 0 deletions
diff --git a/doc/classes/TextEdit.xml b/doc/classes/TextEdit.xml index da30c4c7b..85cbeaaa0 100644 --- a/doc/classes/TextEdit.xml +++ b/doc/classes/TextEdit.xml @@ -109,6 +109,13 @@ Cut the current selection. </description> </method> + <method name="deselect"> + <return type="void"> + </return> + <description> + Clears the current selection. + </description> + </method> <method name="fold_all_lines"> <return type="void"> </return> |
