Efl.Ui.Clock.edit_mode

Description

Digits of the given clock widget should be editable when in editing mode.

Values

  • value - true to set edit mode, false otherwise

Signature

@property edit_mode {
    get {}
    set {}
    values {
        value: bool;
    }
}

C signature

Eina_Bool efl_ui_clock_edit_mode_get(const Eo *obj);
void efl_ui_clock_edit_mode_set(Eo *obj, Eina_Bool value);

Implemented by