Table of Contents

Efl.Ui.Spin_Button.theme_apply

Description

Virtual function called when the widget needs to re-apply its theme.

This may be called when the object is first created, or whenever the widget is modified in any way that may require a reload of the theme. This may include but is not limited to scale, theme, or mirrored mode changes.

even widgets not based on layouts may override this method to handle widget updates (scale, mirrored mode, etc...).

Since 1.22

Overridden from Efl.Ui.Widget.theme_apply.

Signature

theme_apply @protected {
    return: Eina.Error;
}

C signature

Eina_Error efl_ui_widget_theme_apply(Eo *obj);

Implemented by