no_highlight is correct because it's highlight by default.
such as
if it's enabled by default, we name the api disabled_set.
if it's disabled by default, we name the api enabled_set.

Daniel Juyung Seo (SeoZ)

On Wed, Mar 7, 2012 at 10:35 PM, Carsten Haitzler <ras...@rasterman.com> wrote:
> On Wed, 7 Mar 2012 14:12:57 +0900 Hyoyoung Chang <hyoyo...@gmail.com> said:
> i agree, except it should be inverted to
>
> elm_gengrid/list_hilight_mode_set/get. i did this and put it in. :)
>
>> Dear all,
>>
>> After seperated select_mode, there'are some needs to manipulate
>> highlight mode at item selecting.
>> So i add a no_highlight_mode in elm_gen{list, grid}.
>>
>> +EAPI void
>> +elm_genlist_no_highlight_mode_set(Evas_Object *obj,
>> +                                  Eina_Bool    no_highlight);
>> +EAPI Eina_Bool
>> +elm_genlist_no_highlight_mode_get(const Evas_Object *obj);
>>
>>
>> +EAPI void
>> +elm_gengrid_no_highlight_mode_set(Evas_Object *obj,
>> +                                  Eina_Bool    no_highlight);
>> +EAPI Eina_Bool
>> +elm_gengrid_no_highlight_mode_get(const Evas_Object *obj);
>>
>> Thanks.
>
>
> --
> ------------- 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

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