From b342dcdf04790e320a1f445a8cdae7449065b9e1 Mon Sep 17 00:00:00 2001 From: Rémi Verschelde Date: Mon, 23 Jan 2023 20:39:29 +0100 Subject: Remove some unused signals Part of #37604. --- doc/classes/Tree.xml | 5 ----- doc/classes/Window.xml | 6 ++++++ 2 files changed, 6 insertions(+), 5 deletions(-) (limited to 'doc/classes') diff --git a/doc/classes/Tree.xml b/doc/classes/Tree.xml index cf28dafcc9..02a2789ea5 100644 --- a/doc/classes/Tree.xml +++ b/doc/classes/Tree.xml @@ -410,11 +410,6 @@ Emitted when an item is collapsed by a click on the folding arrow. - - - Emitted when a custom button is pressed (i.e. in a [constant TreeItem.CELL_MODE_CUSTOM] mode cell). - - Emitted when an item is edited. diff --git a/doc/classes/Window.xml b/doc/classes/Window.xml index c4ea11ab66..14e705a7e6 100644 --- a/doc/classes/Window.xml +++ b/doc/classes/Window.xml @@ -614,6 +614,12 @@ This signal can be used to handle window closing, e.g. by connecting it to [method hide]. + + + 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. + + -- cgit v1.2.3