Merge pull request #71936 from akien-mga/remove-some-unused-signals

Remove some unused signals
This commit is contained in:
Rémi Verschelde 2023-02-01 07:53:52 +01:00
commit d9ade633b3
No known key found for this signature in database
GPG key ID: C3336907360768E1
14 changed files with 7 additions and 24 deletions

View file

@ -410,11 +410,6 @@
Emitted when an item is collapsed by a click on the folding arrow.
</description>
</signal>
<signal name="item_custom_button_pressed">
<description>
Emitted when a custom button is pressed (i.e. in a [constant TreeItem.CELL_MODE_CUSTOM] mode cell).
</description>
</signal>
<signal name="item_edited">
<description>
Emitted when an item is edited.

View file

@ -614,6 +614,12 @@
This signal can be used to handle window closing, e.g. by connecting it to [method hide].
</description>
</signal>
<signal name="dpi_changed">
<description>
Emitted when the [Window]'s DPI changes as a result of OS-level changes (e.g. moving the window from a Retina display to a lower resolution one).
[b]Note:[/b] Only implemented on macOS.
</description>
</signal>
<signal name="files_dropped">
<param index="0" name="files" type="PackedStringArray" />
<description>