On Mon, Oct 11, 2010 at 12:54 PM, Leandro Pereira
<lean...@profusion.mobi> wrote:
> On Sun, Oct 10, 2010 at 8:54 PM, Enlightenment SVN
> <no-re...@enlightenment.org> wrote:
>>  elm_gengrid_item_prev_get() and elm_gengrid_first_item_get() and 
>> elm_gengrid_last_item_get()... so we don't expose elm_gengrid_items_get().
>>
>
> Shouldn't it be elm_gengrid_item_first_get()?

no, because you're getting the first item from the grid. not the item's first.

it's weird, but if you tokenize it makes sense:

gengrid_first_item_get(grid) -> item

     subject type: gengrid
     action: get the first_item


gengrid_item_next_get(item) -> item

     subject type: gengrid_item
     action: get the next

the latter could be named gengrid_item_next_item_get() as well, but
that's too much :-)


-- 
Gustavo Sverzut Barbieri
http://profusion.mobi embedded systems
--------------------------------------
MSN: barbi...@gmail.com
Skype: gsbarbieri
Mobile: +55 (19) 9225-2202

------------------------------------------------------------------------------
Beautiful is writing same markup. Internet Explorer 9 supports
standards for HTML5, CSS3, SVG 1.1,  ECMAScript5, and DOM L2 & L3.
Spend less time writing and  rewriting code and more time creating great
experiences on the web. Be a part of the beta today.
http://p.sf.net/sfu/beautyoftheweb
_______________________________________________
enlightenment-devel mailing list
enlightenment-devel@lists.sourceforge.net
https://lists.sourceforge.net/lists/listinfo/enlightenment-devel

Reply via email to