Table of Contents

Efl.Ui.Progressbar.show_progress_label

Description

Whether a textual progress label is shown alongside the progressbar to give an exact numerical indication of the current progress.

Not to be confused with the widget label set through Efl.Text.text.

Values

Signature

@property show_progress_label {
    get {}
    set {}
    values {
        show: bool;
    }
}

C signature

Eina_Bool efl_ui_progressbar_show_progress_label_get(const Eo *obj);
void efl_ui_progressbar_show_progress_label_set(Eo *obj, Eina_Bool show);

Implemented by