Re: Changing where the max/min values are on Scale Widgets

2005-07-19 Thread Andreas Stricker
Michal Porzuczek wrote: When you create a gtk_hscale the lower limit is automatically at the top and upper limit at the bottom is there a way of changing this? Have a look at gtk_range_set_inverted() Cheers, Andy ___ gtk-app-devel-list mailing list

Changing where the max/min values are on Scale Widgets

2005-07-18 Thread Michal Porzuczek
Hi, When you create a gtk_hscale the lower limit is automatically at the top and upper limit at the bottom is there a way of changing this? I have tried just changing the upper and lower values but this does not work properly, I have also tried putting negative page increments but this also didn't