Migration guide: mention size-allocate

Document the new argument here.

Closes: https://gitlab.gnome.org/GNOME/gtk/issues/1245
This commit is contained in:
Matthias Clasen
2018-07-29 09:10:44 -04:00
parent 8f95a5980e
commit 73b45ec77e

View File

@@ -319,6 +319,15 @@
</para>
</section>
<section>
<title>Adapt to GtkWidget's size allocation changes</title>
<para>
The #GtkWidget::size-allocate signal now takes the baseline as an
argument, so you no longer need to call gtk_widget_get_allocated_baseline()
to get it.
</para>
</section>
<section>
<title>Switch to GtkWidget's children APIs</title>
<para>