[gtk+/gtk-style-context: 15/276] GtkStateType: Add inconsistent and focused state.



commit a641753efb923f2b8efe7ee9a9ac7d54eb7b5aec
Author: Carlos Garnacho <carlosg gnome org>
Date:   Wed Mar 10 00:28:18 2010 +0100

    GtkStateType: Add inconsistent and focused state.

 gtk/gtkenums.h |    2 ++
 1 files changed, 2 insertions(+), 0 deletions(-)
---
diff --git a/gtk/gtkenums.h b/gtk/gtkenums.h
index dade455..fe53637 100644
--- a/gtk/gtkenums.h
+++ b/gtk/gtkenums.h
@@ -375,6 +375,8 @@ typedef enum
   GTK_STATE_PRELIGHT,
   GTK_STATE_SELECTED,
   GTK_STATE_INSENSITIVE,
+  GTK_STATE_INCONSISTENT,
+  GTK_STATE_FOCUSED,
   GTK_STATE_LAST
 } GtkStateType;
 



[Date Prev][Date Next]   [Thread Prev][Thread Next]   [Thread Index] [Date Index] [Author Index]