Launcher/Home Page (alpha) Release 0.20

Cameron Frazier frazier.cameron at gmail.com
Fri Jun 5 18:23:37 CEST 2009


>>>The toolbar in illume's settings is easier to use because it doesn't
> scroll vertically.
>>
>  I know. But I don't know how to stop that.
>
> Michael Zanetti wrote:
>>
>>>I've noticed this in other apps too. All lists scoll slower if the
>>>smooth-bounce-back-at-end feature is enabled.
>>
>  Can't seem to stop that either. Hmmm. Help Needed!
>

in python it's[1]:

sc = elementary.Scroller(parent)
sc.bounce_set(bool X, bool Y)

in c (derived from [1], look at the bottom):

elm_scroller_bounce_set(self.obj, h_bounce, v_bounce)


[1] http://trac.enlightenment.org/e/browser/trunk/BINDINGS/python/python-elementary/elementary/elementary.c_elementary_scroller.pxi

Hope that helps,

Cameron 'Toaster' Frazier



More information about the community mailing list