_Elm_Button_Smart_Data Struct Reference

Base widget smart data extended with button instance data. More...

Data Fields

Elm_Layout_Smart_Data base
 Base widget smart data as first member obligatory, as we're inheriting from it.
double ar_threshold
 Time to wait until first auto-repeated click is generated.
double ar_interval
 Time frame for subsequent auto-repeated clicks, after the first automatic one is triggerred.
Ecore_Timer * timer
 Internal timer object for auto-repeat behavior.
Eina_Bool autorepeat: 1
 Whether auto-repetition of clicks is enabled or not (bound to _Elm_Button_Smart_Class::admits_autorepeat)
Eina_Bool repeating: 1
 Whether auto-repetition is going on.

Detailed Description

Base widget smart data extended with button instance data.