better deprecation notes
svn path=/trunk/; revision=21826
This commit is contained in:
@ -1,5 +1,8 @@
|
|||||||
2008-11-29 Matthias Clasen <mclasen@redhat.com>
|
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/gtkwindow.sgml:
|
||||||
* gtk/tmpl/gtkwidget.sgml:
|
* gtk/tmpl/gtkwidget.sgml:
|
||||||
* gtk/tmpl/gtktogglebutton.sgml:
|
* gtk/tmpl/gtktogglebutton.sgml:
|
||||||
|
@ -24,7 +24,7 @@ arrow (cursor) keys, though this behaviour can be turned off with
|
|||||||
gtk_combo_set_use_arrows().
|
gtk_combo_set_use_arrows().
|
||||||
</para>
|
</para>
|
||||||
<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>
|
</para>
|
||||||
|
|
||||||
<example id="gtkcombo-simple-example">
|
<example id="gtkcombo-simple-example">
|
||||||
|
@ -6,8 +6,8 @@ Add tips to your widgets
|
|||||||
|
|
||||||
<!-- ##### SECTION Long_Description ##### -->
|
<!-- ##### SECTION Long_Description ##### -->
|
||||||
<para>
|
<para>
|
||||||
<link linkend="GtkToolTips"><type>GtkTooltips</type></link> has been deprecated in GTK+ 2.12, in favor of the new
|
#GtkTooltips has been deprecated in GTK+ 2.12, in favor of the new
|
||||||
<link linkend="GtkToolTip"><type>GtkTooltip</type></link> API.
|
#GtkTooltip API.
|
||||||
</para>
|
</para>
|
||||||
<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.
|
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.
|
||||||
|
Reference in New Issue
Block a user