GObject.ParamSpecFloat
Fields
| 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-30. |
| 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.ParamSpecFloat
-
A GObject.ParamSpec derived structure that contains the meta data for float properties.