gtk+ r20193 - in trunk/docs/reference: . gtk/tmpl



Author: matthiasc
Date: Tue May 27 20:27:40 2008
New Revision: 20193
URL: http://svn.gnome.org/viewvc/gtk+?rev=20193&view=rev

Log:
        Bug 531887 - GtkTooltips is deprecated, but what should I use?

        * gtk/tmpl/gtktooltips.sgml: Add a hint for what to use instead


Modified:
   trunk/docs/reference/ChangeLog
   trunk/docs/reference/gtk/tmpl/gtktooltips.sgml

Modified: trunk/docs/reference/gtk/tmpl/gtktooltips.sgml
==============================================================================
--- trunk/docs/reference/gtk/tmpl/gtktooltips.sgml	(original)
+++ trunk/docs/reference/gtk/tmpl/gtktooltips.sgml	Tue May 27 20:27:40 2008
@@ -6,6 +6,10 @@
 
 <!-- ##### 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>



[Date Prev][Date Next]   [Thread Prev][Thread Next]   [Thread Index] [Date Index] [Author Index]