[gtk+/gtk-style-context: 69/347] Move GtkChildClassFlags to gtkenums.h.
- From: Carlos Garnacho <carlosg src gnome org>
- To: commits-list gnome org
- Cc:
- Subject: [gtk+/gtk-style-context: 69/347] Move GtkChildClassFlags to gtkenums.h.
- Date: Thu, 11 Nov 2010 01:10:19 +0000 (UTC)
commit 15ba6b8c7f72d35ec516fedb3e16aadfbaf64d82
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 a3e57eb..604f102 100644
--- a/gtk/gtkenums.h
+++ b/gtk/gtkenums.h
@@ -577,6 +577,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
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]