On Wed, 7 Mar 2012 13:36:05 +0900 Hyoyoung Chang <hyoyo...@gmail.com> said:

in svn. tnx. pls send fix for edje_externals asap. :)

> Dear all
> 
> As discussed in irc, I made a patch about unifying
> always_select_mode_set and no_select_mode_set.
> 
> I'm introducing two apis in genlist (also in gengrid)
> 
> +EAPI void
> +elm_genlist_select_mode_set(Evas_Object *obj, Elm_Object_Select_Mode_Type
> mode)
> 
> +EAPI Elm_Object_Select_Mode_Type
> +elm_genlist_select_mode_get(const Evas_Object *obj);
> 
> And added a enum in elm_general.h
> 
> 
> +typedef enum
> +{
> +   ELM_OBJECT_NORMAL_SELECT = 0, /**< default select mode */
> +   ELM_OBJECT_ALWAYS_SELECT, /**< always select mode */
> +   ELM_OBJECT_NO_SELECT, /**< no select mode */
> +
> +   ELM_OBJECT_SELECT_MODE_MAX
> +} Elm_Object_Select_Mode_Type;
> 
> After this is commited, i'll send a patch about examples and edje_external.
> Thanks
> 
> ------------------------------------------------------------------------------
> Virtualization & Cloud Management Using Capacity Planning
> Cloud computing makes use of virtualization - but cloud computing 
> also focuses on allowing computing to be delivered as a service.
> http://www.accelacomm.com/jaw/sfnl/114/51521223/
> _______________________________________________
> enlightenment-devel mailing list
> enlightenment-devel@lists.sourceforge.net
> https://lists.sourceforge.net/lists/listinfo/enlightenment-devel
> 


-- 
------------- Codito, ergo sum - "I code, therefore I am" --------------
The Rasterman (Carsten Haitzler)    ras...@rasterman.com


------------------------------------------------------------------------------
Virtualization & Cloud Management Using Capacity Planning
Cloud computing makes use of virtualization - but cloud computing 
also focuses on allowing computing to be delivered as a service.
http://www.accelacomm.com/jaw/sfnl/114/51521223/
_______________________________________________
enlightenment-devel mailing list
enlightenment-devel@lists.sourceforge.net
https://lists.sourceforge.net/lists/listinfo/enlightenment-devel

Reply via email to