elm multibuttonentry: Reviewed some parts of multibuttonentry.
authorseoz <seoz@7cbeb6ba-43b4-40fd-8cce-4c39aea84d33>
Fri, 2 Mar 2012 12:43:02 +0000 (12:43 +0000)
committerseoz <seoz@7cbeb6ba-43b4-40fd-8cce-4c39aea84d33>
Fri, 2 Mar 2012 12:43:02 +0000 (12:43 +0000)
Signed-off-by: Daniel Juyung Seo <juyung.seo@samsung.com>
git-svn-id: svn+ssh://svn.enlightenment.org/var/svn/e/trunk/elementary@68627 7cbeb6ba-43b4-40fd-8cce-4c39aea84d33

src/lib/elc_multibuttonentry.c
src/lib/elc_multibuttonentry.h

index 398ffe5..920a388 100644 (file)
@@ -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)
 {
index 6d13cc4..438bea2 100644 (file)
@@ -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.