Mention gtk_widget_show_all in the migration guide

This function is gone.

Closes https://gitlab.gnome.org/GNOME/gtk/issues/1242
This commit is contained in:
Matthias Clasen 2018-07-31 13:29:32 -04:00
parent ce7956cd50
commit 0ba307995d

View File

@ -408,6 +408,10 @@
from ui files it run the command <command>gtk4-builder-tool simplify --replace</command>
on them.
</para>
<para>
The function gtk_widget_show_all(), the #GtkWidget::no-show-all property
and its getter and setter have been removed in GTK+ 4, so you should stop using them.
</para>
</section>
<section>