Table of Contents

Efl.Ui.Scrollable.step_size

Description

Amount to scroll in response to cursor key presses.

Since 1.23

Values

Signature

@property step_size @pure_virtual {
    get {}
    set {}
    values {
        step: Eina.Position2D;
    }
}

C signature

Eina_Position2D efl_ui_scrollable_step_size_get(const Eo *obj);
void efl_ui_scrollable_step_size_set(Eo *obj, Eina_Position2D step);

Implemented by