elm: Random review of multibuttonentry and genlist.

Signed-off-by: Daniel Juyung Seo <seojuyung@gmail.com>

SVN revision: 68640
This commit is contained in:
Daniel Juyung Seo 2012-03-03 06:11:56 +00:00 committed by Daniel Juyung Seo
parent 4f9b433c22
commit 75b760da92
3 changed files with 3 additions and 2 deletions

View File

@ -128,6 +128,8 @@ EAPI Elm_Object_Item *elm_multibuttonentry_item_prepend(Evas_Object *obj, const
*
* @ingroup Multibuttonentry
*/
// XXX: use support selected callback like other item_append apis.
// EAPI Elm_Object_Item *elm_multibuttonentry_item_append(Evas_Object *obj, const char *label, Evas_Smart_Cb func, void *data);
EAPI Elm_Object_Item *elm_multibuttonentry_item_append(Evas_Object *obj, const char *label, void *data);
/**

View File

@ -37,8 +37,6 @@
} \
while(0)
typedef struct _Item_Block Item_Block;
typedef struct _Item_Cache Item_Cache;

View File

@ -1463,6 +1463,7 @@ EAPI Eina_Bool elm_genlist_item_cursor_engine_only_get(const
*
* @ingroup Genlist
*/
// XXX: kill this. elm_genlist_height_for_width_mode_set() covers this.
EAPI void elm_genlist_compress_mode_set(Evas_Object *obj, Eina_Bool compress);
/**