Constructor
GimpUiEnumStorenew
Declaration [src]
GtkListStore*
gimp_enum_store_new (
GType enum_type
)
Description [src]
Creates a new GimpEnumStore
, derived from GtkListStore
and fills
it with enum values. The enum needs to be registered to the type
system and should have translatable value names.
Available since: | 2.4 |
Return value
Returns: | GtkListStore |
A new |
|
The caller of the function takes ownership of the data, and is responsible for freeing it. |