[gtk+/gtk-style-context: 1/251] Add GTK_STATE_LAST to mark the end of GtkState enum.
- From: Carlos Garnacho <carlosg src gnome org>
- To: commits-list gnome org
- Cc:
- Subject: [gtk+/gtk-style-context: 1/251] Add GTK_STATE_LAST to mark the end of GtkState enum.
- Date: Tue, 12 Oct 2010 01:55:12 +0000 (UTC)
commit ddd6343a6a9d1b2d2983ff7133e79a6c191d1e1f
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 98cd0a5..212dfcd 100644
--- a/gtk/gtkenums.h
+++ b/gtk/gtkenums.h
@@ -374,7 +374,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]