Struct
ClutterParamSpecUnits
Description [src]
struct ClutterParamSpecUnits {
ClutterUnitType default_type;
gfloat default_value;
gfloat minimum;
gfloat maximum;
}
GParamSpec
subclass for unit based properties.
Structure members
default_type |
Default type. |
default_value |
Default value. |
minimum |
Lower boundary. |
maximum |
Higher boundary. |
Available since: | 1.0 |