From: Dave Andreoli <dave@gurumeditation.it>
authorDave Andreoli <dave@gurumeditation.it>
Tue, 27 Jul 2010 23:43:12 +0000 (23:43 +0000)
committerCarsten Haitzler <raster@rasterman.com>
Tue, 27 Jul 2010 23:43:12 +0000 (23:43 +0000)
commitf2d09af93cda9280124472e3b1c5c2a618a3aea1
tree4fb29a5bc5b64f4ddf9ef3682a6125c641c28fb7
parent11a6de0567a54538067111d692ffd34f7f5b65e1
From: Dave Andreoli <dave@gurumeditation.it>
Subject: [E-devel] New elm pager "slide" and "slide_invisible" styles

Hi everyone,
I have done 2 new style for the pager widget:

"slide" and "slide_invisible"

They work different from the other styles: new (pushed) pages
comes from right and the old go out left, while popped pages
goes out from right. It works like the enna browser, or like all the
"browser lists" on iphone.

The patch include the 2 new styles, a new elementary_test
page called "Pager Slide", a little code for elm_pager.c  that was
needed
for the new style to work and simple update for the other existing
styles.

The patch is located at:
http://pastebin.com/jSbg0wb9

I can commit this myself, just give me the go ;)

SVN revision: 50559
data/themes/default.edc
src/bin/test.c
src/bin/test_pager.c
src/lib/elm_pager.c