add todo for elc_multibuttonentry.
authorsanjeev <sanjeev@7cbeb6ba-43b4-40fd-8cce-4c39aea84d33>
Wed, 7 Mar 2012 06:20:18 +0000 (06:20 +0000)
committersanjeev <sanjeev@7cbeb6ba-43b4-40fd-8cce-4c39aea84d33>
Wed, 7 Mar 2012 06:20:18 +0000 (06:20 +0000)
Signed-off-by: Sanjeev BA <eflelev8@gmail.com>
git-svn-id: svn+ssh://svn.enlightenment.org/var/svn/e/trunk/elementary@68878 7cbeb6ba-43b4-40fd-8cce-4c39aea84d33

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

index 8970fb9..33fa441 100644 (file)
@@ -118,7 +118,11 @@ 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.
+ /*  TODO
+  *  Change Shrink to Expand.
+  *  Code refactoring
+  *  use evas_object_smart_callback_descriptions_set for smart callbacks.
+ */
 
 static void
 _del_hook(Evas_Object *obj)
index a66f577..8c38ec9 100644 (file)
@@ -25,9 +25,8 @@
  * - @c "unfocused" - when multibuttonentry is unfocused.
  * - @c "expanded" - when multibuttonentry is expanded.
  * - @c "contracted" - when multibuttonentry is contracted.
- * - @c "shrink,state,changed" - when shrink mode state of multibuttonentry is
- *                               changed.
- * 
+ * - @c "shrink,state,changed" - when shrink mode state of multibuttonentry is changed.
+ *
  * Default text parts of the multibuttonentry widget that you can use for are:
  * @li "default" - A label of the multibuttonentry
  *