Efl.Ui.Win.finalize

Description

Implement this method to finish the initialization of your object after all (if any) user-provided configuration methods have been executed.

Use this method to delay expensive operations until user configuration has finished, to avoid building the object in a "default" state in the constructor, just to have to throw it all away because a user configuration (a property being set, for example) requires a different state. This is the last call inside efl_add() and will set Efl.Object.finalized to true once it returns. This is an optimization and implementing this method is optional if you already perform all your initialization in the Efl.Object.constructor method. See the Life Cycle section in this class' description.

Since 1.22

Overridden from Efl.Object.finalize.

Signature

finalize {
    return: Efl.Object;
}

C signature

Implemented by