Efl.Ui.Range_Interactive.range_step

Description

Control the step used to increment or decrement values for given widget.

This value will be incremented or decremented to the displayed value.

By default step value is equal to 1.

The step value should be bigger than 0.

Since 1.23

Values

  • step - The step value.

Signature

@property range_step @pure_virtual {
    get {}
    set {}
    values {
        step: double;
    }
}

C signature

double efl_ui_range_step_get(const Eo *obj);
void efl_ui_range_step_set(Eo *obj, double step);

Implemented by