mirror of
https://gitlab.gnome.org/GNOME/gtk.git
synced 2024-11-10 02:40:11 +00:00
docs: Mention the ::damage-event signal in the migration guide
There is no replacement for damage event tracking.
This commit is contained in:
parent
17373c3e77
commit
71be3a8de1
@ -200,6 +200,9 @@ on a one-by-one basis:
|
||||
- If you were using `::map-event` and `::unmap-event` to track a window
|
||||
being mapped, you should use property notification for the
|
||||
[property@Gdk.Surface:mapped] property instead.
|
||||
- The `::damage-event` signal has no replacement, as the only consumer
|
||||
of damage events were the offscreen GDK surfaces, which have no
|
||||
replacement in GTK 4.x.
|
||||
|
||||
### Set a proper application ID
|
||||
|
||||
|
Loading…
Reference in New Issue
Block a user