GObject.ParamSpecDouble

g GObject.ParamSpec GObject.ParamSpec GObject.ParamSpecDouble GObject.ParamSpecDouble GObject.ParamSpec->GObject.ParamSpecDouble

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

GObject.ParamSpec

Abstract:

No

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