[gtk/wip/matthiasc/popup5: 6/7] Mention gtk_widget_is_toplevel in the migration guide
- From: Matthias Clasen <matthiasc src gnome org>
- To: commits-list gnome org
- Cc:
- Subject: [gtk/wip/matthiasc/popup5: 6/7] Mention gtk_widget_is_toplevel in the migration guide
- Date: Mon, 20 May 2019 04:13:54 +0000 (UTC)
commit e0fbdcee1ce0cd875702ca54d06e9a44821feaab
Author: Matthias Clasen <mclasen redhat com>
Date: Mon May 20 03:54:59 2019 +0000
Mention gtk_widget_is_toplevel in the migration guide
docs/reference/gtk/migrating-3to4.xml | 8 ++++++++
1 file changed, 8 insertions(+)
---
diff --git a/docs/reference/gtk/migrating-3to4.xml b/docs/reference/gtk/migrating-3to4.xml
index 1db310271a..73f7a659b9 100644
--- a/docs/reference/gtk/migrating-3to4.xml
+++ b/docs/reference/gtk/migrating-3to4.xml
@@ -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>
[
Date Prev][
Date Next] [
Thread Prev][
Thread Next]
[
Thread Index]
[
Date Index]
[
Author Index]