summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorMatthias Clasen <matthiasc@src.gnome.org>2008-05-27 20:27:40 +0000
committerMatthias Clasen <matthiasc@src.gnome.org>2008-05-27 20:27:40 +0000
commit58cca431891573d447ebc6cf01922cb58adff89d (patch)
treec49bd07a12be84e68fb8b946a68e655e74a88635
parent59596e699f61f21ccdeaed1b175f9ab3fed5e49a (diff)
downloadgtk+-58cca431891573d447ebc6cf01922cb58adff89d.tar.gz
Bug 531887 - GtkTooltips is deprecated, but what should I use?
* gtk/tmpl/gtktooltips.sgml: Add a hint for what to use instead svn path=/trunk/; revision=20193
-rw-r--r--docs/reference/ChangeLog6
-rw-r--r--docs/reference/gtk/tmpl/gtktooltips.sgml4
2 files changed, 10 insertions, 0 deletions
diff --git a/docs/reference/ChangeLog b/docs/reference/ChangeLog
index 2ca9ee03c2..e415274e4e 100644
--- a/docs/reference/ChangeLog
+++ b/docs/reference/ChangeLog
@@ -1,3 +1,9 @@
+2008-05-27 Matthias Clasen <mclasen@redhat.com>
+
+ Bug 531887 - GtkTooltips is deprecated, but what should I use?
+
+ * gtk/tmpl/gtktooltips.sgml: Add a hint for what to use instead
+
2008-05-26 Matthias Clasen <mclasen@redhat.com>
* gtk/gtk-sections.txt: Additions
diff --git a/docs/reference/gtk/tmpl/gtktooltips.sgml b/docs/reference/gtk/tmpl/gtktooltips.sgml
index 1cf7ab54c3..2b32138556 100644
--- a/docs/reference/gtk/tmpl/gtktooltips.sgml
+++ b/docs/reference/gtk/tmpl/gtktooltips.sgml
@@ -6,6 +6,10 @@ Add tips to your widgets
<!-- ##### SECTION Long_Description ##### -->
<para>
+<link linkend="GtkToolTips"><type>GtkTooltips</type></link> has been deprecated in GTK+ 2.12, in favor of the new
+<link linkend="GtkToolTip"><type>GtkTooltip</type></link> API.
+</para>
+<para>
Tooltips are the messages that appear next to a widget when the mouse pointer is held over it for a short amount of time. They are especially helpful for adding more verbose descriptions of things such as buttons in a toolbar.
</para>
<para>