[gtk+/gtk-style-context: 69/191] Move GtkChildClassFlags to gtkenums.h.
- From: Carlos Garnacho <carlosg src gnome org>
- To: commits-list gnome org
- Cc:
- Subject: [gtk+/gtk-style-context: 69/191] Move GtkChildClassFlags to gtkenums.h.
- Date: Tue, 17 Aug 2010 13:54:00 +0000 (UTC)
commit e15f9028248b59adf8d726cbcc7a1a7d1bbed83d
Author: Carlos Garnacho <carlosg gnome org>
Date: Wed Apr 21 00:32:21 2010 +0200
Move GtkChildClassFlags to gtkenums.h.
gtk/gtkenums.h | 9 +++++++++
gtk/gtkstylecontext.h | 9 ---------
2 files changed, 9 insertions(+), 9 deletions(-)
---
diff --git a/gtk/gtkenums.h b/gtk/gtkenums.h
index 0616e81..670ba0e 100644
--- a/gtk/gtkenums.h
+++ b/gtk/gtkenums.h
@@ -592,6 +592,15 @@ typedef enum
GTK_STATE_FLAG_FOCUSED = 1 << 5
} GtkStateFlags;
+typedef enum {
+ GTK_CHILD_CLASS_EVEN = 1 << 0,
+ GTK_CHILD_CLASS_ODD = 1 << 1,
+ GTK_CHILD_CLASS_FIRST = 1 << 2,
+ GTK_CHILD_CLASS_LAST = 1 << 3,
+ GTK_CHILD_CLASS_DEFAULT = 1 << 4,
+ GTK_CHILD_CLASS_SORTED = 1 << 5
+} GtkChildClassFlags;
+
G_END_DECLS
#endif /* __GTK_ENUMS_H__ */
diff --git a/gtk/gtkstylecontext.h b/gtk/gtkstylecontext.h
index 2c2485b..a9ddd75 100644
--- a/gtk/gtkstylecontext.h
+++ b/gtk/gtkstylecontext.h
@@ -36,15 +36,6 @@ G_BEGIN_DECLS
typedef struct GtkStyleContext GtkStyleContext;
typedef struct GtkStyleContextClass GtkStyleContextClass;
-typedef enum {
- GTK_CHILD_CLASS_EVEN = 1 << 0,
- GTK_CHILD_CLASS_ODD = 1 << 1,
- GTK_CHILD_CLASS_FIRST = 1 << 2,
- GTK_CHILD_CLASS_LAST = 1 << 3,
- GTK_CHILD_CLASS_DEFAULT = 1 << 4,
- GTK_CHILD_CLASS_SORTED = 1 << 5
-} GtkChildClassFlags;
-
struct GtkStyleContext
{
GObject parent_object;
[
Date Prev][
Date Next] [
Thread Prev][
Thread Next]
[
Thread Index]
[
Date Index]
[
Author Index]