summaryrefslogtreecommitdiff
path: root/gtk/gtkstylecontext.h
diff options
context:
space:
mode:
authorCarlos Garnacho <carlosg@gnome.org>2010-11-24 23:00:47 +0100
committerCarlos Garnacho <carlosg@gnome.org>2010-12-04 15:39:44 +0100
commit4027dceaa91339eba835864c863ce0e506be4069 (patch)
treec0d77a306f7014d69fb9440e701b380ee9e49a8d /gtk/gtkstylecontext.h
parent62e9188ff3bb6bd662a14658728da8c98d45e330 (diff)
downloadgtk+-4027dceaa91339eba835864c863ce0e506be4069.tar.gz
Add #define for the "spinner" style class
Diffstat (limited to 'gtk/gtkstylecontext.h')
-rw-r--r--gtk/gtkstylecontext.h7
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 */
/**