Struct
GimpParamSpecValueArray
Description [src]
struct GimpParamSpecValueArray {
GParamSpec parent_instance;
GParamSpec* element_spec;
gint fixed_n_elements;
}
A GParamSpec
derived structure that contains the meta data for
value array properties.
Structure members
parent_instance |
Private |
element_spec |
The |
fixed_n_elements |
Default length of the array. |