mirror of
https://gitlab.gnome.org/GNOME/gtk.git
synced 2025-01-13 22:10:08 +00:00
More deprecation cleanup
svn path=/trunk/; revision=21825
This commit is contained in:
parent
420c35c00a
commit
43f8b23208
@ -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:
|
||||
|
@ -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 ##### -->
|
||||
|
@ -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 ##### -->
|
||||
|
@ -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 ##### -->
|
||||
|
Loading…
Reference in New Issue
Block a user