This struct holds the description of a specific event. More...
Data Fields | |
const char * | name |
name of the event. More... | |
Eina_Bool | unfreezable |
true if the event cannot be frozen. More... | |
Eina_Bool | legacy_is |
Internal use: true if a legacy event. More... | |
Eina_Bool | restart |
true if when the event is triggered again from a callback, it should start from where it was | |
This struct holds the description of a specific event.
const char* _Efl_Event_Description::name |
name of the event.
Referenced by efl_object_legacy_only_event_description_get().
Eina_Bool _Efl_Event_Description::unfreezable |
true
if the event cannot be frozen.
Eina_Bool _Efl_Event_Description::legacy_is |
Internal use: true
if a legacy event.
Referenced by efl_object_legacy_only_event_description_get().