Efl.Ui.Autorepeat.autorepeat_gap_timeout

Description

The interval between each generated autorepeat event.

After the first repeated event is fired, all subsequent ones will follow after a delay of t seconds for each.

See also Efl.Ui.Autorepeat.autorepeat_initial_timeout.

Since 1.23

Values

  • t - Time interval in seconds.

Signature

@property autorepeat_gap_timeout @pure_virtual {
    get {}
    set {}
    values {
        t: double;
    }
}

C signature

double efl_ui_autorepeat_gap_timeout_get(const Eo *obj);
void efl_ui_autorepeat_gap_timeout_set(Eo *obj, double t);

Implemented by