From: seoz Date: Fri, 2 Mar 2012 12:43:02 +0000 (+0000) Subject: elm multibuttonentry: Reviewed some parts of multibuttonentry. X-Git-Tag: REL_F_I9500_20120323_1~17^2~444 X-Git-Url: http://review.tizen.org/git/?a=commitdiff_plain;h=1afea9532a260d48d725f032160faf56e654deec;p=framework%2Fuifw%2Felementary.git elm multibuttonentry: Reviewed some parts of multibuttonentry. Signed-off-by: Daniel Juyung Seo git-svn-id: svn+ssh://svn.enlightenment.org/var/svn/e/trunk/elementary@68627 7cbeb6ba-43b4-40fd-8cce-4c39aea84d33 --- diff --git a/src/lib/elc_multibuttonentry.c b/src/lib/elc_multibuttonentry.c index 398ffe5..920a388 100644 --- a/src/lib/elc_multibuttonentry.c +++ b/src/lib/elc_multibuttonentry.c @@ -118,6 +118,8 @@ static void _item_text_set_hook(Elm_Object_Item *it, static const char * _item_text_get_hook(const Elm_Object_Item *it, const char *part); +// XXX: use evas_object_smart_callback_descriptions_set for smart callbacks. + static void _del_hook(Evas_Object *obj) { diff --git a/src/lib/elc_multibuttonentry.h b/src/lib/elc_multibuttonentry.h index 6d13cc4..438bea2 100644 --- a/src/lib/elc_multibuttonentry.h +++ b/src/lib/elc_multibuttonentry.h @@ -16,6 +16,7 @@ * - @c "focused" - when multibuttonentry is focused. * - @c "unfocused" - when multibuttonentry is unfocused. * - @c "expanded" - when multibuttonentry is expanded. + * XXX: shrank -> contracted * - @c "shrank" - when multibuttonentry is shrank. * - @c "shrank,state,changed" - when shrink mode state of multibuttonentry is * changed.