Good patch.
It has conflicts, can you update your patch up-to-date svn?

One comment for API deprecation.

@see elm_gengrid_no_select_mode_get()
@ingroup gengrid

-->

@deprecated elm_gengrid_select_mode_get()

Thanks.

Daniel Juyung Seo (SeoZ)

On Wed, Mar 7, 2012 at 1:53 PM, Hyoyoung Chang <hyoyo...@gmail.com> wrote:
> Oops i missed attachment.
> sorry.
>
> On Wed, Mar 7, 2012 at 1:36 PM, Hyoyoung Chang <hyoyo...@gmail.com> wrote:
>> 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
>

------------------------------------------------------------------------------
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