Efl.Ui.Widget.access_info

Description

Accessibility information.

This is a replacement string to be read by the accessibility text-to-speech engine, if accessibility is enabled by configuration. This will take precedence over the default text for this object, which means for instance that the label of a button won't be read out loud, instead txt will be read out.

Since 1.22

Values

  • txt - Accessibility text description.

Signature

@property access_info @beta {
    get {}
    set {}
    values {
        txt: string;
    }
}

C signature

const char *efl_ui_widget_access_info_get(const Eo *obj);
void efl_ui_widget_access_info_set(Eo *obj, const char *txt);

Implemented by