[
CCode ( cname =
"gimp_enum_store_new" , has_construct_function =
false , type =
"GtkListStore*" ) ]
[
Version ( since =
"2.4" ) ]
public EnumStore (
Type enum_type)
Creates a new EnumStore, derived from
ListStore and fills it with enum values.
The enum needs to be registered to the type system and should have translatable value names.
Parameters:
| enum_type |
the Type of an enum.
|
Returns: