diff options
author | Emmanuele Bassi <ebassi@gnome.org> | 2019-04-02 16:00:05 +0100 |
---|---|---|
committer | Emmanuele Bassi <ebassi@gnome.org> | 2019-04-02 16:00:05 +0100 |
commit | 167f49caf7c1828501118c0d6db750f19e458e9a (patch) | |
tree | d5e62835dc222973b01f7cef7f35140895aae856 /docs | |
parent | 6e7748b2661cac76565485ab4f1497f3563f1a7f (diff) | |
download | gtk+-167f49caf7c1828501118c0d6db750f19e458e9a.tar.gz |
docs: Mention GtkLayout's removal in the migration guide
Diffstat (limited to 'docs')
-rw-r--r-- | docs/reference/gtk/migrating-3to4.xml | 10 |
1 files changed, 10 insertions, 0 deletions
diff --git a/docs/reference/gtk/migrating-3to4.xml b/docs/reference/gtk/migrating-3to4.xml index 60afd4d7c2..8a6d09c5d3 100644 --- a/docs/reference/gtk/migrating-3to4.xml +++ b/docs/reference/gtk/migrating-3to4.xml @@ -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> |