Merge pull request #71936 from akien-mga/remove-some-unused-signals
Remove some unused signals
This commit is contained in:
commit
d9ade633b3
14 changed files with 7 additions and 24 deletions
|
|
@ -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.
|
||||
|
|
|
|||
|
|
@ -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>
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue