Re: [Plib-devel] [PATCH] puSlider/puaScrollBar: more work on optional 'new behavior'
Brought to you by:
sjbaker
From: Melchior F. <mf...@us...> - 2009-01-28 20:08:12
|
Maybe I should repeat once more what all those patches were about (apart from fixing some bugs and making some minor improvements): - everything is by default (almost) like before (source compatible, but, of course, not binary compatible). The only incompatible change is the removal of three puaLargeInput methods that were marked as "deprecated" since several years. - puSlider and puaScrollBar can now be configured to work in a more commonly used way. This mode is activated by setting a page step > 0. (-> setPageStepSize()). If one clicks on the slider background, then the slider does now not jump there, but makes one "page step". - puList and puaLargeInput are configured to use this new behavior: clicking on the slider background scrolls one page forward/backward. This makes the [>>] button superfluous, and arrows=11 is now recommended (i.e. one button on each slider). (arrows=2 is still supported for puaLargeInput.) m. |