Update migration guide for pass-through

This commit is contained in:
Matthias Clasen 2019-02-21 22:07:39 -05:00
parent beb8d362ff
commit 4e97417efa

View File

@ -623,6 +623,15 @@
GtkPasswordEntry.
</para>
</section>
<section>
<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 oppositve sense:
pass-through == !can-pick.
</para>
</section>
</section>
</chapter>