[gtk+/wip/css: 14/163] css: Add GtkCssSpecialValue
- From: Benjamin Otte <otte src gnome org>
- To: commits-list gnome org
- Cc:
- Subject: [gtk+/wip/css: 14/163] css: Add GtkCssSpecialValue
- Date: Sun, 8 Jan 2012 00:51:10 +0000 (UTC)
commit 8cecad0d282bbf1f71fba2622f94a1bd2448048c
Author: Benjamin Otte <otte redhat com>
Date: Thu Dec 29 02:27:54 2011 +0100
css: Add GtkCssSpecialValue
gtk/gtkcsstypesprivate.h | 6 ++++++
1 files changed, 6 insertions(+), 0 deletions(-)
---
diff --git a/gtk/gtkcsstypesprivate.h b/gtk/gtkcsstypesprivate.h
index 2384280..c0c8848 100644
--- a/gtk/gtkcsstypesprivate.h
+++ b/gtk/gtkcsstypesprivate.h
@@ -25,6 +25,12 @@
G_BEGIN_DECLS
typedef enum {
+ GTK_CSS_INHERIT,
+ GTK_CSS_INITIAL,
+ GTK_CSS_CURRENT_COLOR
+} GtkCssSpecialValue;
+
+typedef enum {
GTK_CSS_BACKGROUND_REPEAT_STYLE_NONE,
GTK_CSS_BACKGROUND_REPEAT_STYLE_REPEAT,
GTK_CSS_BACKGROUND_REPEAT_STYLE_NO_REPEAT,
[
Date Prev][
Date Next] [
Thread Prev][
Thread Next]
[
Thread Index]
[
Date Index]
[
Author Index]