Signed-off-by: Daniel Juyung Seo <seojuyung@gmail.com>
SVN revision: 68640
*
* @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);
/**
} \
while(0)
-
-
typedef struct _Item_Block Item_Block;
typedef struct _Item_Cache Item_Cache;
*
* @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);
/**