Efl.Ui.Widget.on_access_update

Description

Hook function called when accessibility is changed on the widget.

This meant to be overridden by subclasses to support accessibility. This is an unstable API.

Since 1.22

Signature

on_access_update @beta @protected {
    params {
        @in enable: bool;
    }
}

C signature

void efl_ui_widget_on_access_update(Eo *obj, Eina_Bool enable);

Parameters

  • enable (in) - true if accessibility is enabled.

Implemented by