efl/legacy/elementary/src
Hyoyoung Chang dff33d0aa4 From: Hyoyoung Chang <hyoyoung@gmail.com>
Subject: [E-devel] [patch] elm_genlist - add item_select_mode_set/get

I added two apis for item selecting mode.
It almost same with elm_genlist_select_mode.


+EAPI void
+elm_genlist_item_select_mode_set(Elm_Object_Item *it,
+                                 Elm_Object_Select_Mode_Type mode)
+EAPI Elm_Object_Select_Mode_Type
+elm_genlist_item_select_mode_get(const Elm_Object_Item *it)

And display_only apis is unfied with item_select_mode.

+EINA_DEPRECATED EAPI void
elm_genlist_item_display_only_set(Elm_Object_Item *it, Eina_Bool
display_only);
+EINA_DEPRECATED EAPI Eina_Bool
elm_genlist_item_display_only_get(const Elm_Object_Item *it);



SVN revision: 68993
2012-03-07 16:22:58 +00:00
..
bin From: Hyoyoung Chang <hyoyoung@gmail.com> 2012-03-07 16:22:58 +00:00
edje_externals seriously file globbing. another day would have been much better. 2012-03-07 16:18:38 +00:00
examples From: Hyoyoung Chang <hyoyoung@gmail.com> 2012-03-07 16:22:58 +00:00
lib From: Hyoyoung Chang <hyoyoung@gmail.com> 2012-03-07 16:22:58 +00:00
modules elm diskselector: Reviewed diskselector. 2012-03-07 12:30:00 +00:00
Makefile.am Elementary: Do not build modules if dlopen is not available on the system 2011-10-15 09:48:50 +00:00