~~Title: Efl.Ui.Button.autorepeat_gap_timeout~~ ====== Efl.Ui.Button.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 %%[[:develop:api:efl:ui:autorepeat:property:autorepeat_initial_timeout|Efl.Ui.Autorepeat.autorepeat_initial_timeout]]%%.%% //Since 1.23// {{page>:develop:api-include:efl:ui:button:property:autorepeat_gap_timeout:description&nouser&nolink&nodate}} ===== Values ===== * **t** - %%Time interval in seconds.%% //Overridden from [[:develop:api:efl:ui:autorepeat:property:autorepeat_gap_timeout|Efl.Ui.Autorepeat.autorepeat_gap_timeout]] **(get, set)**.//===== 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 ===== * [[:develop:api:efl:ui:autorepeat:property:autorepeat_gap_timeout|Efl.Ui.Autorepeat.autorepeat_gap_timeout]] * [[:develop:api:efl:ui:button:property:autorepeat_gap_timeout|Efl.Ui.Button.autorepeat_gap_timeout]]