summaryrefslogtreecommitdiff
path: root/gtk/gtkstylecontext.h
diff options
context:
space:
mode:
authorCosimo Cecchi <cosimoc@gnome.org>2012-04-19 15:00:03 -0400
committerCosimo Cecchi <cosimoc@gnome.org>2012-04-19 15:10:52 -0400
commit00440e32a4bee5c996b92a1f6fe15a4548ca609c (patch)
tree65842b3bbeba1a7f267b38a3b05067f9ebcbbdb5 /gtk/gtkstylecontext.h
parent1aa2a7f8212cb7679c68e0f07544670a1103a3e2 (diff)
downloadgtk+-00440e32a4bee5c996b92a1f6fe15a4548ca609c.tar.gz
stylecontext: reorder style classes defines
A couple of style classes defines ended up mixed with the region defines.
Diffstat (limited to 'gtk/gtkstylecontext.h')
-rw-r--r--gtk/gtkstylecontext.h39
1 files changed, 19 insertions, 20 deletions
diff --git a/gtk/gtkstylecontext.h b/gtk/gtkstylecontext.h
index c5dd07edd2..ff1e7f57cf 100644
--- a/gtk/gtkstylecontext.h
+++ b/gtk/gtkstylecontext.h
@@ -654,6 +654,25 @@ struct _GtkStyleContextClass
*/
#define GTK_STYLE_CLASS_RIGHT "right"
+/**
+ * GTK_STYLE_CLASS_PULSE:
+ *
+ * A CSS class to use when rendering a pulse in an indeterminate progress bar.
+ *
+ * This is used by #GtkProgressBar and #GtkEntry.
+ */
+#define GTK_STYLE_CLASS_PULSE "pulse"
+
+/**
+ * GTK_STYLE_CLASS_ARROW:
+ *
+ * A CSS class used when rendering an arrow element.
+ *
+ * Note that #gtk_render_arrow automatically adds this style class
+ * to the style context when rendering an arrow element.
+ */
+#define GTK_STYLE_CLASS_ARROW "arrow"
+
/* Predefined set of widget regions */
/**
@@ -684,26 +703,6 @@ struct _GtkStyleContextClass
*/
#define GTK_STYLE_REGION_TAB "tab"
-/**
- * GTK_STYLE_CLASS_PULSE:
- *
- * A CSS class to use when rendering a pulse in an indeterminate progress bar.
- *
- * This is used by #GtkProgressBar and #GtkEntry.
- */
-#define GTK_STYLE_CLASS_PULSE "pulse"
-
-/**
- * GTK_STYLE_CLASS_ARROW:
- *
- * A CSS class used when rendering an arrow element.
- *
- * Note that #gtk_render_arrow automatically adds this style class
- * to the style context when rendering an arrow element.
- */
-#define GTK_STYLE_CLASS_ARROW "arrow"
-
-
GType gtk_style_context_get_type (void) G_GNUC_CONST;
GtkStyleContext * gtk_style_context_new (void);