Merge pull request #44569 from madmiraal/rename-unselect-deselect

Rename unselect to deselect
This commit is contained in:
Rémi Verschelde 2020-12-28 14:53:43 +01:00 committed by GitHub
commit feb4e5ed2c
No known key found for this signature in database
GPG key ID: 4AEE18F83AFDEB23
15 changed files with 36 additions and 36 deletions

View file

@ -25,11 +25,11 @@
Clear all the added filters in the dialog.
</description>
</method>
<method name="deselect_items">
<method name="deselect_all">
<return type="void">
</return>
<description>
Clear currently selected items in the dialog.
Clear all currently selected items in the dialog.
</description>
</method>
<method name="get_line_edit">

View file

@ -288,7 +288,7 @@
Emitted when a GraphNode is selected.
</description>
</signal>
<signal name="node_unselected">
<signal name="node_deselected">
<argument index="0" name="node" type="Node">
</argument>
<description>

View file

@ -471,7 +471,7 @@
Sorts items in the list by their text.
</description>
</method>
<method name="unselect">
<method name="deselect">
<return type="void">
</return>
<argument index="0" name="idx" type="int">
@ -480,7 +480,7 @@
Ensures the item associated with the specified index is not selected.
</description>
</method>
<method name="unselect_all">
<method name="deselect_all">
<return type="void">
</return>
<description>