Efl.Ui.Spin_Button.value_and_text

Description

Value and text displayed bye accessible widget.

Values

  • value - Value of widget casted to floating point number.
  • text - string describing value in given context eg. small, enough

Overridden from Efl.Access.Value.value_and_text (get, set).

Signature

@property value_and_text @beta @protected @pure_virtual {
    get {}
    set {
        return: bool;
    }
    values {
        value: double;
        text: string;
    }
}

C signature

void efl_access_value_and_text_get(const Eo *obj, double *value, const char **text);
Eina_Bool efl_access_value_and_text_set(Eo *obj, double value, const char *text);

Implemented by