mirror of
https://gitlab.gnome.org/GNOME/gtk.git
synced 2024-12-27 22:20:24 +00:00
Mention gtk_widget_is_toplevel in the migration guide
This commit is contained in:
parent
6674f2764e
commit
7b9789d029
@ -772,6 +772,14 @@
|
|||||||
gtk_widget_get_native() instead.
|
gtk_widget_get_native() instead.
|
||||||
</para>
|
</para>
|
||||||
</section>
|
</section>
|
||||||
|
|
||||||
|
<section>
|
||||||
|
<title>gtk_widget_is_toplevel has been removed</title>
|
||||||
|
<para>
|
||||||
|
gtk_widget_is_toplevel() has been removed.
|
||||||
|
Use GTK_IS_ROOT, GTK_IS_NATIVE or GTK_IS_WINDOW
|
||||||
|
instead, as appropriate.
|
||||||
|
</para>
|
||||||
</section>
|
</section>
|
||||||
|
|
||||||
</chapter>
|
</chapter>
|
||||||
|
Loading…
Reference in New Issue
Block a user