Re: GtkAdjustment woes

2010-05-23 Thread Javier Jardón
2010/5/15 Tadej Borovšak tadeb...@gmail.com: Hi all. Hey Tadej, One thing is clamping of GtkAdjustment::value. Currently, value is clamped between values of GtkAdjustment::lower and GtkAdjustment::upper, while API documentation states that value is clamped between GtkAdjustment::lower and

GtkAdjustment woes

2010-05-15 Thread Tadej Borovšak
Hi all. I'm doing my best to update GtkAdjustment API docs and migrate them into sources. But during this endeavor I stumbled upon some issues that should probably be resolved first. One thing is clamping of GtkAdjustment::value. Currently, value is clamped between values of GtkAdjustment::lower