summaryrefslogtreecommitdiff
path: root/doc
diff options
context:
space:
mode:
authorMichael Alexsander Silva Dias <michaelalexsander@protonmail.com>2017-12-17 15:40:44 -0200
committerMichael Alexsander Silva Dias <michaelalexsander@protonmail.com>2017-12-17 15:40:44 -0200
commit95f93e038a3afc95048820aa73fd38423048a487 (patch)
treeffd39389abe7d758d45e60e5239b9dd1543ae48d /doc
parentfa8a1fc4201dc4c16b5eef844dde17c5bba92dc8 (diff)
Exposed LineEdit's "selection_clear" and renamed it to "deselect".
Diffstat (limited to 'doc')
-rw-r--r--doc/classes/LineEdit.xml7
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>