forked from AuroraMiddleware/gtk
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.
|
||||
</para>
|
||||
</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>
|
||||
|
||||
</chapter>
|
||||
|
Loading…
Reference in New Issue
Block a user