elm gen: Moved Elm_Genlist_Item_Move_Effect_Mode to elm_gen_common.h

Signed-off-by: Daniel Juyung Seo <juyung.seo@samsung.com>

SVN revision: 69094
This commit is contained in:
Daniel Juyung Seo 2012-03-09 11:39:13 +00:00 committed by Daniel Juyung Seo
parent 37a079ce85
commit 830c30b9d3
2 changed files with 7 additions and 7 deletions

View File

@ -74,6 +74,13 @@ struct _Pan
Ecore_Job *resize_job;
};
typedef enum
{
ELM_GENLIST_TREE_EFFECT_NONE = 0,
ELM_GENLIST_TREE_EFFECT_EXPAND = 1,
ELM_GENLIST_TREE_EFFECT_CONTRACT = 2
} Elm_Genlist_Item_Move_Effect_Mode;
struct _Widget_Data
{
Eina_Inlist_Sorted_State *state;

View File

@ -114,13 +114,6 @@ struct _Item_Cache
Eina_Bool expanded : 1; // it->item->expanded
};
typedef enum
{
ELM_GENLIST_TREE_EFFECT_NONE = 0,
ELM_GENLIST_TREE_EFFECT_EXPAND = 1,
ELM_GENLIST_TREE_EFFECT_CONTRACT = 2
} Elm_Genlist_Item_Move_Effect_Mode;
static const char *widtype = NULL;
static void _item_cache_zero(Widget_Data *wd);
static void _del_hook(Evas_Object *obj);