description about item structure members.
Evas_Coord minw;
Evas_Coord minh;
+ int ref;
+
Eina_Bool title_enabled : 1;
Eina_Bool unfocusable : 1;
- Eina_Bool popping : 1;
- Eina_Bool delete_me : 1;
- int ref;
+ Eina_Bool popping : 1; /*<< a flag to notify the item is on poping. this flag is set true at the start of item pop. */
+ Eina_Bool delete_me : 1; /*<< a flag to notify the item is on deletion. this flag is set true at the start of item deletion. */
};
typedef struct _Elm_Naviframe_Content_Item_Pair Elm_Naviframe_Content_Item_Pair;