add todo for elc_multibuttonentry.

Signed-off-by: Sanjeev BA <eflelev8@gmail.com>

SVN revision: 68878
This commit is contained in:
Sanjeev BA 2012-03-07 06:20:18 +00:00 committed by Sanjeev BA
parent 6f413545c7
commit 6f2249d9e9
2 changed files with 7 additions and 4 deletions

View 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)

View 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
*