diff options
author | Rémi Verschelde <rverschelde@gmail.com> | 2017-12-17 19:29:59 +0100 |
---|---|---|
committer | GitHub <noreply@github.com> | 2017-12-17 19:29:59 +0100 |
commit | fd022cb156851659f635e16622d37c46266ca4a9 (patch) | |
tree | 4ada722964264829517c9a6f4dae38dcea7b3766 /doc/classes | |
parent | 9b86703fd95a94e986a85936112f0135d15ffd2f (diff) | |
parent | 95f93e038a3afc95048820aa73fd38423048a487 (diff) |
Merge pull request #14778 from YeldhamDev/lineedit_deselect_expose
Exposed LineEdit's "selection_clear" and renamed it to "deselect"
Diffstat (limited to 'doc/classes')
-rw-r--r-- | doc/classes/LineEdit.xml | 7 |
1 files changed, 7 insertions, 0 deletions
diff --git a/doc/classes/LineEdit.xml b/doc/classes/LineEdit.xml index 9a03d4e0c1..4434a7b7e2 100644 --- a/doc/classes/LineEdit.xml +++ b/doc/classes/LineEdit.xml @@ -27,6 +27,13 @@ Erases the [LineEdit] text. </description> </method> + <method name="deselect"> + <return type="void"> + </return> + <description> + Clears the current selection. + </description> + </method> <method name="get_cursor_position" qualifiers="const"> <return type="int"> </return> |