Merge pull request #16861 from YeldhamDev/tree_docs_fix

Clarified what the Tree's signals "item_activated" and "item_double_clicked" do
This commit is contained in:
Rémi Verschelde 2018-02-20 17:36:05 +01:00 committed by GitHub
commit e3be5bb61d
No known key found for this signature in database
GPG Key ID: 4AEE18F83AFDEB23

View File

@ -280,7 +280,7 @@
</signal>
<signal name="item_activated">
<description>
Emitted when an item is activated (double-clicked).
Emitted when an item's label is double-clicked.
</description>
</signal>
<signal name="item_collapsed">
@ -296,7 +296,7 @@
</signal>
<signal name="item_double_clicked">
<description>
Emitted when an item is double clicked.
Emitted when an item's icon is double-clicked.
</description>
</signal>
<signal name="item_edited">