Mark gtk_widget_style_attach() as deprecated.

This isn't needed anymore.
This commit is contained in:
Carlos Garnacho 2011-01-10 23:11:00 +01:00
parent e426f76e57
commit 42ad651914
2 changed files with 3 additions and 2 deletions

View File

@ -7792,6 +7792,8 @@ gtk_widget_get_parent (GtkWidget *widget)
* (finally #GtkWidget) would attach the style itself.
*
* Since: 2.20
*
* Deprecated: 3.0. This step is unnecessary with #GtkStyleContext.
**/
void
gtk_widget_style_attach (GtkWidget *widget)

View File

@ -784,11 +784,10 @@ void gtk_widget_override_cursor (GtkWidget *widget,
const GdkRGBA *cursor,
const GdkRGBA *secondary_cursor);
#if !defined(GTK_DISABLE_DEPRECATED) || defined(GTK_COMPILATION)
void gtk_widget_style_attach (GtkWidget *widget);
#if !defined(GTK_DISABLE_DEPRECATED) || defined(GTK_COMPILATION)
/* Widget styles.
*/
gboolean gtk_widget_has_rc_style (GtkWidget *widget);