better deprecation notes

svn path=/trunk/; revision=21826
This commit is contained in:
Matthias Clasen 2008-11-29 08:22:00 +00:00
parent 43f8b23208
commit d7ad26878c
3 changed files with 6 additions and 3 deletions

View File

@ -1,5 +1,8 @@
2008-11-29 Matthias Clasen <mclasen@redhat.com>
* gtk/tmpl/gtktooltips.sgml:
* gtk/tmpl/gtkoptionmenu.sgml:
* gtk/tmpl/gtkcombo.sgml:
* gtk/tmpl/gtkwindow.sgml:
* gtk/tmpl/gtkwidget.sgml:
* gtk/tmpl/gtktogglebutton.sgml:

View File

@ -24,7 +24,7 @@ arrow (cursor) keys, though this behaviour can be turned off with
gtk_combo_set_use_arrows().
</para>
<para>
As of GTK+ 2.4, #GtkCombo has been deprecated in favor of #GtkComboBox.
As of GTK+ 2.4, #GtkCombo has been deprecated in favor of #GtkComboBoxEntry.
</para>
<example id="gtkcombo-simple-example">

View File

@ -6,8 +6,8 @@ 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.
#GtkTooltips has been deprecated in GTK+ 2.12, in favor of the new
#GtkTooltip 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.