elm: Random review of multibuttonentry and genlist.
authorseoz <seoz@7cbeb6ba-43b4-40fd-8cce-4c39aea84d33>
Sat, 3 Mar 2012 06:11:56 +0000 (06:11 +0000)
committerseoz <seoz@7cbeb6ba-43b4-40fd-8cce-4c39aea84d33>
Sat, 3 Mar 2012 06:11:56 +0000 (06:11 +0000)
Signed-off-by: Daniel Juyung Seo <seojuyung@gmail.com>
git-svn-id: svn+ssh://svn.enlightenment.org/var/svn/e/trunk/elementary@68640 7cbeb6ba-43b4-40fd-8cce-4c39aea84d33

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

index 89eeb03..798ffc5 100644 (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);
 
 /**
index 185b65b..f6d4fb3 100644 (file)
@@ -37,8 +37,6 @@
      } \
    while(0)
 
-
-
 typedef struct _Item_Block  Item_Block;
 typedef struct _Item_Cache  Item_Cache;
 
index c2c0fb0..4f6fb87 100644 (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);
 
 /**