~~Title: Efl.Ui.Autorepeat.autorepeat_initial_timeout~~ ====== Efl.Ui.Autorepeat.autorepeat_initial_timeout ====== ===== Description ===== %%The initial timeout before the autorepeat event is generated.%% %%Sets the timeout, in seconds, since the button is pressed until the first %%''repeated''%% signal is emitted. If %%''t''%% is 0.0 or less, there won't be any delay and the event will be fired the moment the button is pressed.%% %%See also %%[[:develop:api:efl:ui:autorepeat:property:autorepeat_enabled|Efl.Ui.Autorepeat.autorepeat_enabled]]%% and %%[[:develop:api:efl:ui:autorepeat:property:autorepeat_gap_timeout|Efl.Ui.Autorepeat.autorepeat_gap_timeout]]%%.%% //Since 1.23// {{page>:develop:api-include:efl:ui:autorepeat:property:autorepeat_initial_timeout:description&nouser&nolink&nodate}} ===== Values ===== * **t** - %%Timeout in seconds.%% ===== Signature ===== @property autorepeat_initial_timeout @pure_virtual { get {} set {} values { t: double; } } ===== C signature ===== double efl_ui_autorepeat_initial_timeout_get(const Eo *obj); void efl_ui_autorepeat_initial_timeout_set(Eo *obj, double t); ===== Implemented by ===== * [[:develop:api:efl:ui:autorepeat:property:autorepeat_initial_timeout|Efl.Ui.Autorepeat.autorepeat_initial_timeout]] * [[:develop:api:efl:ui:button:property:autorepeat_initial_timeout|Efl.Ui.Button.autorepeat_initial_timeout]]