Merge branch 'migration-can-target-docs' into 'master'

Docs: Refer to GtkWidget::can_target in migration guide

See merge request GNOME/gtk!1517
This commit is contained in:
Emmanuele Bassi
2020-03-12 19:25:58 +00:00

View File

@@ -717,8 +717,8 @@
<title>Adapt to changes in GtkOverlay API</title>
<para>
The GtkOverlay::pass-through child property has been replaced by the
GtkWidget::can-pick property. Note that they have the opposite sense:
pass-through == !can-pick.
GtkWidget::can-target property. Note that they have the opposite sense:
pass-through == !can-target.
</para>
</section>