elm gengrid: Added page feature to gengrid. Patch by Benjamin Drucker
authorseoz <seoz@7cbeb6ba-43b4-40fd-8cce-4c39aea84d33>
Thu, 15 Sep 2011 02:16:37 +0000 (02:16 +0000)
committerseoz <seoz@7cbeb6ba-43b4-40fd-8cce-4c39aea84d33>
Thu, 15 Sep 2011 02:16:37 +0000 (02:16 +0000)
commita54472d1085cc9bed434cc05b90dde0fbc2df24a
tree1bfc6ca60ab5a4dd73eb0bc5eb819af9e3cb712c
parent137a2bb7bcd97f5b1c65aa19842e5a58af393ffd
elm gengrid: Added page feature to gengrid. Patch by Benjamin Drucker
<benjamin.t.drucker@alum.mit.edu>. Thanks a lot!

On Wed, Aug 31, 2011 at 1:52 PM, Benjamin Drucker
<benjamin.t.drucker@alum.mit.edu> wrote:
> Earlier this month, there was a svn commit
> (http://trac.enlightenment.org/e/changeset/62496) which added a few
> page-related APIs to the elm scroller.  These should probably also be
> added to gengrid, genlist and maybe even grid and list.  Right now,
> though, I need them for gengrid.  So I propose this patch, based
> entirely on the change that went in before.  I've built it and I'm
> using these new gengrid APIs in my code now.

On Fri, Sep 9, 2011 at 4:45 PM, Benjamin Drucker
<benjamin.t.drucker@alum.mit.edu> wrote:
> Slowly but surely....
>
> This version of the gengrid page APIs patch has the following changes:
> 1. fixed spacing issues
> 2. add const where needed
> 3. submitted a gengrid longpressed change in a separate patch
>
> I really want to try to squeak this in the upcoming release if at all
> possible. If I have an extra space in some file, I promise I'll not do
> it again for the next patch!
>
> Thanks!!
> Ben

git-svn-id: svn+ssh://svn.enlightenment.org/var/svn/e/trunk/elementary@63403 7cbeb6ba-43b4-40fd-8cce-4c39aea84d33
src/examples/gengrid_example.c
src/lib/Elementary.h.in
src/lib/elm_gengrid.c
src/lib/els_scroller.c