GEnumValue

Main Gtk struct. A structure which contains a single enum value, its name, and its nickname. gint value; the enum value const gchar *value_name; the name of the value const gchar *value_nick; the nickname of the value

Members

Variables

value
int value;
Undocumented in source.
valueName
char* valueName;
Undocumented in source.
valueNick
char* valueNick;
Undocumented in source.

Meta