More deprecation cleanup

svn path=/trunk/; revision=21825
This commit is contained in:
Matthias Clasen 2008-11-29 08:10:22 +00:00
parent 420c35c00a
commit 43f8b23208
4 changed files with 8 additions and 0 deletions

View File

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

View File

@ -157,6 +157,7 @@ Creates a new toggle button with a text label.
This is a deprecated macro, and is only maintained for compatibility reasons.
</para>
@Deprecated: Use gtk_toggle_button_set_active() instead.
<!-- ##### FUNCTION gtk_toggle_button_toggled ##### -->

View File

@ -1776,6 +1776,7 @@ Equivalent to <literal>gtk_widget_set_style (widget, NULL)</literal>.
</para>
@widget: a #GtkWidget.
@Deprecated: Use gtk_widget_set_style() with a %NULL @style argument instead.
<!-- ##### FUNCTION gtk_widget_ensure_style ##### -->
@ -1801,6 +1802,7 @@ Equivalent to <literal>gtk_widget_set_style (widget, NULL)</literal>.
</para>
@widget: a #GtkWidget.
@Deprecated: Use gtk_widget_set_style() with a %NULL @style argument instead.
<!-- ##### FUNCTION gtk_widget_reset_rc_styles ##### -->

View File

@ -373,6 +373,8 @@ the child gets a larger allocation than it requests.
Deprecated alias for gtk_window_set_position().
</para>
@Deprecated: Use gtk_window_set_position() instead.
<!-- ##### FUNCTION gtk_window_activate_focus ##### -->