[gtk+/gtk-style-context: 1/540] Add GTK_STATE_LAST to mark the end of GtkState enum.



commit 9e9c59641a82bc488112bf8782d9df9c1520b3c2
Author: Carlos Garnacho <carlosg gnome org>
Date:   Thu Mar 4 20:58:18 2010 +0100

    Add GTK_STATE_LAST to mark the end of GtkState enum.

 gtk/gtkenums.h |    3 ++-
 1 files changed, 2 insertions(+), 1 deletions(-)
---
diff --git a/gtk/gtkenums.h b/gtk/gtkenums.h
index e7dd7f5..db53a41 100644
--- a/gtk/gtkenums.h
+++ b/gtk/gtkenums.h
@@ -367,7 +367,8 @@ typedef enum
   GTK_STATE_ACTIVE,
   GTK_STATE_PRELIGHT,
   GTK_STATE_SELECTED,
-  GTK_STATE_INSENSITIVE
+  GTK_STATE_INSENSITIVE,
+  GTK_STATE_LAST
 } GtkStateType;
 
 /* Style for toolbars */



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