Changeset View
Changeset View
Standalone View
Standalone View
src/lib/elementary/elm_widget_list.h
Show First 20 Lines • Show All 58 Lines • ▼ Show 20 Line(s) | 34 | { | |||
---|---|---|---|---|---|
59 | Eina_Bool scr_minh : 1; | 59 | Eina_Bool scr_minh : 1; | ||
60 | Eina_Bool on_hold : 1; | 60 | Eina_Bool on_hold : 1; | ||
61 | Eina_Bool multi : 1; | 61 | Eina_Bool multi : 1; | ||
62 | Eina_Bool swipe : 1; | 62 | Eina_Bool swipe : 1; | ||
63 | Eina_Bool delete_me : 1; | 63 | Eina_Bool delete_me : 1; | ||
64 | Eina_Bool mouse_down : 1; /**< a flag that mouse is down on the list at the moment. this flag is set to true on mouse and reset to false on mouse up */ | 64 | Eina_Bool mouse_down : 1; /**< a flag that mouse is down on the list at the moment. this flag is set to true on mouse and reset to false on mouse up */ | ||
65 | Eina_Bool item_loop_enable : 1; /**< value whether item loop feature is enabled or not. */ | 65 | Eina_Bool item_loop_enable : 1; /**< value whether item loop feature is enabled or not. */ | ||
66 | Eina_Bool item_looping_on : 1; | 66 | Eina_Bool item_looping_on : 1; | ||
67 | Eina_Bool fixing_now : 1; | ||||
67 | }; | 68 | }; | ||
68 | 69 | | |||
69 | struct _Elm_List_Item_Data | 70 | struct _Elm_List_Item_Data | ||
70 | { | 71 | { | ||
71 | Elm_Widget_Item_Data *base; | 72 | Elm_Widget_Item_Data *base; | ||
72 | 73 | | |||
73 | Ecore_Timer *swipe_timer; | 74 | Ecore_Timer *swipe_timer; | ||
74 | Ecore_Timer *long_timer; | 75 | Ecore_Timer *long_timer; | ||
▲ Show 20 Lines • Show All 71 Lines • Show Last 20 Lines |