docs: Mention GtkLayout's removal in the migration guide

This commit is contained in:
Emmanuele Bassi 2019-04-02 16:00:05 +01:00
parent 6e7748b266
commit 167f49caf7

View File

@ -665,6 +665,16 @@
pass-through == !can-pick.
</para>
</section>
<section>
<title>Use GtkFixed instead of GtkLayout</title>
<para>
Since GtkScrolledWindow can deal with widgets that do not implement
the GtkScrollable interface by automatically wrapping them into a
GtkViewport, GtkLayout is redundant, and has been removed in favor
of the existing GtkFixed containter widget.
</para>
</section>
</section>
</chapter>