diff options
author | Carlos Garnacho <carlosg@gnome.org> | 2010-11-24 23:00:47 +0100 |
---|---|---|
committer | Carlos Garnacho <carlosg@gnome.org> | 2010-12-04 15:39:44 +0100 |
commit | 4027dceaa91339eba835864c863ce0e506be4069 (patch) | |
tree | c0d77a306f7014d69fb9440e701b380ee9e49a8d /gtk/gtkstylecontext.h | |
parent | 62e9188ff3bb6bd662a14658728da8c98d45e330 (diff) | |
download | gtk+-4027dceaa91339eba835864c863ce0e506be4069.tar.gz |
Add #define for the "spinner" style class
Diffstat (limited to 'gtk/gtkstylecontext.h')
-rw-r--r-- | gtk/gtkstylecontext.h | 7 |
1 files changed, 7 insertions, 0 deletions
diff --git a/gtk/gtkstylecontext.h b/gtk/gtkstylecontext.h index 05322dd1ae..43f38939fd 100644 --- a/gtk/gtkstylecontext.h +++ b/gtk/gtkstylecontext.h @@ -283,6 +283,13 @@ struct _GtkStyleContextClass */ #define GTK_STYLE_CLASS_PROGRESSBAR "progressbar" +/** + * GTK_STYLE_CLASS_SPINNER: + * + * A widget class defining a spinner + */ +#define GTK_STYLE_CLASS_SPINNER "spinner" + /* Predefined set of widget regions */ /** |