docs: Mention custom tooltip windows in the migration guide
authorMatthias Clasen <mclasen@redhat.com>
Mon, 30 Dec 2019 01:57:05 +0000 (20:57 -0500)
committerMatthias Clasen <mclasen@redhat.com>
Mon, 30 Dec 2019 03:09:13 +0000 (22:09 -0500)
These no longer exist.

docs/reference/gtk/migrating-3to4.xml

index c7fa65e83509140013dcaacb0ccf1ae94138972b..d64261eee7ad3ab2f743fc6ba4837203a35d959c 100644 (file)
         radioitem as proxy.
       </para>
     </section>
+
+    <section>
+      <title>Stop using custom tooltip windows</title>
+      <para>
+        Tooltips no longer use GtkWindows in GTK 4, and it is no longer
+        possible to provide a custom window for tooltips. Replacing the content
+        of the tooltip with a custom widget is still possible, with
+        gtk_tooltip_set_custom().
+      </para>
+    </section>
   </section>
 
 </chapter>