mirror of
https://gitlab.gnome.org/GNOME/gtk.git
synced 2024-11-07 01:00:28 +00:00
Add GTK_STATE_LAST to mark the end of GtkState enum.
This commit is contained in:
parent
0d873a61e5
commit
06288b5ae8
@ -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 */
|
||||
|
Loading…
Reference in New Issue
Block a user