~~Title: Efl.Ui.Popup_Part_Backwall.repeat_events~~ ====== Efl.Ui.Popup_Part_Backwall.repeat_events ====== ===== Description ===== %%If this property is set to %%''true''%%, input events will be able to reach objects below the Popup. This allows for e.g., a click to activate a widget below the Popup while the Popup is active.%% //Since 1.23// {{page>:develop:api-include:efl:ui:popup_part_backwall:property:repeat_events:description&nouser&nolink&nodate}} ===== Values ===== * **repeat** - %%Whether to repeat events to objects below the Popup. The default is %%''false''%%.%% ===== Signature ===== @property repeat_events { get {} set {} values { repeat: bool; } } ===== C signature ===== Eina_Bool efl_ui_popup_part_backwall_repeat_events_get(const Eo *obj); void efl_ui_popup_part_backwall_repeat_events_set(Eo *obj, Eina_Bool repeat); ===== Implemented by ===== * [[:develop:api:efl:ui:popup_part_backwall:property:repeat_events|Efl.Ui.Popup_Part_Backwall.repeat_events]]