GObject.ParamSpecFloat - Classes - GObject 2.0 (original) (raw)

g GObject.ParamSpec GObject.ParamSpec GObject.ParamSpecFloat GObject.ParamSpecFloat GObject.ParamSpec->GObject.ParamSpecFloat

Subclasses:

None

Methods

Inherited:

GObject.ParamSpec (11)

Virtual Methods

Inherited:

GObject.ParamSpec (5)

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-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

Bases:

GObject.ParamSpec

Abstract:

No

A GObject.ParamSpec derived structure that contains the meta data for float properties.