GObject.ParamSpecDouble - Classes - GObject 2.0 (original) (raw)
g GObject.ParamSpec GObject.ParamSpec GObject.ParamSpecDouble GObject.ParamSpecDouble GObject.ParamSpec->GObject.ParamSpecDouble
Subclasses:
None
Methods¶
Inherited:
Virtual Methods¶
Inherited:
Fields¶
Inherited:
Name | Type | Access | Description |
---|---|---|---|
default_value | float | r | default value for the property specified |
epsilon | float | r | values closer than epsilon will be considered identical by GObject.param_values_cmp(); the default value is 1e-90. |
maximum | float | r | maximum value for the property specified |
minimum | float | r | minimum value for the property specified |
parent_instance | GObject.ParamSpec | r | private GObject.ParamSpec portion |
Class Details¶
class GObject.ParamSpecDouble¶
Bases:
Abstract:
No
A GObject.ParamSpec derived structure that contains the meta data for double properties.