Table of Contents

Efl.Ui.Spin.constructor

Description

Implement this method to provide optional initialization code for your object.

See the Life Cycle section in this class' description.

Since 1.22

Overridden from Efl.Object.constructor.

Signature

constructor {
    return: Efl.Object;
}

C signature

Efl_Object *efl_constructor(Eo *obj);

Implemented by