[pygtk] Min and max values of multiple spinbuttons

2008-08-17 Thread Timo
Hello, I have 3 spinbuttons in my program. What I want is that spinbutton 1 has always the lowest value and can not be more than spinbutton 2. Spinbutton 2 should always be between 1 and 3. And spinbvutton 3 should always have the biggest value. So is there a way to stop spinbutton 1 when it

Re: [pygtk] Min and max values of multiple spinbuttons

2008-08-17 Thread Frédéric
On dimanche 17 août 2008, Timo wrote: Hello, I have 3 spinbuttons in my program. What I want is that spinbutton 1 has always the lowest value and can not be more than spinbutton 2. Spinbutton 2 should always be between 1 and 3. And spinbvutton 3 should always have the biggest value. So is