Bind TextEdit.deselect and update documentation

This commit is contained in:
Rémi Verschelde 2017-12-16 20:34:16 +01:00
parent db22aec51a
commit d03f35f1bc
16 changed files with 262 additions and 12 deletions

View file

@ -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>