projects
/
gtk4.git
/ commitdiff
commit
grep
author
committer
pickaxe
?
search:
re
summary
|
shortlog
|
log
|
commit
| commitdiff |
tree
raw
|
patch
| inline |
side by side
(parent:
f31a016
)
docs: Mention custom tooltip windows in the migration guide
author
Matthias Clasen
<mclasen@redhat.com>
Mon, 30 Dec 2019 01:57:05 +0000
(20:57 -0500)
committer
Matthias 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
patch
|
blob
|
history
diff --git
a/docs/reference/gtk/migrating-3to4.xml
b/docs/reference/gtk/migrating-3to4.xml
index c7fa65e83509140013dcaacb0ccf1ae94138972b..d64261eee7ad3ab2f743fc6ba4837203a35d959c 100644
(file)
--- a/
docs/reference/gtk/migrating-3to4.xml
+++ b/
docs/reference/gtk/migrating-3to4.xml
@@
-893,6
+893,16
@@
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>