forked from AuroraMiddleware/gtk
Mark gtk_widget_style_attach() as deprecated.
This isn't needed anymore.
This commit is contained in:
parent
e426f76e57
commit
42ad651914
@ -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)
|
||||
|
@ -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);
|
||||
|
Loading…
Reference in New Issue
Block a user