diff options
author | Carlos Garnacho <carlosg@gnome.org> | 2010-10-29 06:47:32 +0200 |
---|---|---|
committer | Carlos Garnacho <carlosg@gnome.org> | 2010-12-04 15:38:29 +0100 |
commit | 4acc20abc142356c581dc58328fff408aed7a6b8 (patch) | |
tree | 7c9cce8247812e810ecbbc6ac213d23a6370e7d3 /gtk/gtk.h | |
parent | 1bdd761c3fb9e9b5c33cbb78174b3ae5d391b83e (diff) | |
download | gtk+-4acc20abc142356c581dc58328fff408aed7a6b8.tar.gz |
s/GtkStyleSet/GtkStyleProperties/
The former name had oddities such as gtk_style_set_set() and such,
so the new name is nicer in that regard and not much longer.
Diffstat (limited to 'gtk/gtk.h')
-rw-r--r-- | gtk/gtk.h | 2 |
1 files changed, 1 insertions, 1 deletions
@@ -176,8 +176,8 @@ #include <gtk/gtkstatusicon.h> #include <gtk/gtkstock.h> #include <gtk/gtkstylecontext.h> +#include <gtk/gtkstyleproperties.h> #include <gtk/gtkstyleprovider.h> -#include <gtk/gtkstyleset.h> #include <gtk/gtkstyle.h> #include <gtk/gtkswitch.h> #include <gtk/gtksymboliccolor.h> |