From: seoz Date: Sat, 3 Mar 2012 06:11:56 +0000 (+0000) Subject: elm: Random review of multibuttonentry and genlist. X-Git-Tag: REL_F_I9500_20120323_1~17^2~442 X-Git-Url: http://review.tizen.org/git/?a=commitdiff_plain;h=a9f4f957ff47a3cb739d713748f586e86c235c42;p=framework%2Fuifw%2Felementary.git elm: Random review of multibuttonentry and genlist. Signed-off-by: Daniel Juyung Seo git-svn-id: svn+ssh://svn.enlightenment.org/var/svn/e/trunk/elementary@68640 7cbeb6ba-43b4-40fd-8cce-4c39aea84d33 --- diff --git a/src/lib/elc_multibuttonentry.h b/src/lib/elc_multibuttonentry.h index 89eeb03..798ffc5 100644 --- a/src/lib/elc_multibuttonentry.h +++ b/src/lib/elc_multibuttonentry.h @@ -128,6 +128,8 @@ EAPI Elm_Object_Item *elm_multibuttonentry_item_prepend(Evas_Object *obj, const * * @ingroup Multibuttonentry */ +// XXX: use support selected callback like other item_append apis. +// EAPI Elm_Object_Item *elm_multibuttonentry_item_append(Evas_Object *obj, const char *label, Evas_Smart_Cb func, void *data); EAPI Elm_Object_Item *elm_multibuttonentry_item_append(Evas_Object *obj, const char *label, void *data); /** diff --git a/src/lib/elm_genlist.c b/src/lib/elm_genlist.c index 185b65b..f6d4fb3 100644 --- a/src/lib/elm_genlist.c +++ b/src/lib/elm_genlist.c @@ -37,8 +37,6 @@ } \ while(0) - - typedef struct _Item_Block Item_Block; typedef struct _Item_Cache Item_Cache; diff --git a/src/lib/elm_genlist.h b/src/lib/elm_genlist.h index c2c0fb0..4f6fb87 100644 --- a/src/lib/elm_genlist.h +++ b/src/lib/elm_genlist.h @@ -1463,6 +1463,7 @@ EAPI Eina_Bool elm_genlist_item_cursor_engine_only_get(const * * @ingroup Genlist */ +// XXX: kill this. elm_genlist_height_for_width_mode_set() covers this. EAPI void elm_genlist_compress_mode_set(Evas_Object *obj, Eina_Bool compress); /**