elm multibuttonentry: Reviewed some parts of multibuttonentry.

Signed-off-by: Daniel Juyung Seo <juyung.seo@samsung.com>

SVN revision: 68627
This commit is contained in:
Daniel Juyung Seo 2012-03-02 12:43:02 +00:00 committed by Daniel Juyung Seo
parent c95f17acd7
commit 448157e020
2 changed files with 3 additions and 0 deletions

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

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