Skip to content
GitLab
Menu
Projects
Groups
Snippets
/
Help
Help
Support
Community forum
Keyboard shortcuts
?
Submit feedback
Sign in / Register
Toggle navigation
Menu
Open sidebar
Dorota Czaplejewicz
gtk
Commits
f60e3f3a
Commit
f60e3f3a
authored
Apr 21, 2010
by
Carlos Garnacho
Browse files
Move GtkChildClassFlags to gtkenums.h.
parent
8c03503d
Changes
2
Hide whitespace changes
Inline
Side-by-side
gtk/gtkenums.h
View file @
f60e3f3a
...
...
@@ -570,6 +570,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
...
...
gtk/gtkstylecontext.h
View file @
f60e3f3a
...
...
@@ -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
;
...
...
Write
Preview
Supports
Markdown
0%
Try again
or
attach a new file
.
Attach a file
Cancel
You are about to add
0
people
to the discussion. Proceed with caution.
Finish editing this message first!
Cancel
Please
register
or
sign in
to comment