Constructor
GimpUiEnumStorenew_with_values
Declaration [src]
GtkListStore*
gimp_enum_store_new_with_values (
GType enum_type,
gint n_values,
...
)
Description [src]
Creates a new GimpEnumStore
like gimp_enum_store_new()
but allows
to explicitly list the enum values that should be added to the store.
Available since: | 2.4 |
This constructor is not directly available to language bindings |
Parameters
enum_type |
GType |
The |
|
n_values |
gint |
The number of enum values to include. |
|
... |
|
A list of enum values (exactly |
Return value
Returns: | GtkListStore |
A new |
|
The caller of the function takes ownership of the data, and is responsible for freeing it. |