Add GTK_STATE_LAST to mark the end of GtkState enum.

This commit is contained in:
Carlos Garnacho 2010-03-04 20:58:18 +01:00
parent 0d873a61e5
commit 06288b5ae8

View File

@ -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 */