Re: GtkBuilder and GtkHScale

2009-07-10 Thread Matteo Landi
On Thu, Jul 2, 2009 at 7:54 PM, Tadej Borovšak wrote: > Hello. > >> hi all, >> i'm trying to develope a small application with the help of glade. Is it a >> normal behaviour that when i set the upper limit of a GtkHscale, i need tu >> use >> a value bigger than the needed one by 10 units? (if i ne

Re: GtkBuilder and GtkHScale

2009-07-02 Thread Tristan Van Berkom
On Thu, Jul 2, 2009 at 1:54 PM, Tadej Borovšak wrote: > Hello. > >> hi all, >> i'm trying to develope a small application with the help of glade. Is it a >> normal behaviour that when i set the upper limit of a GtkHscale, i need tu >> use >> a value bigger than the needed one by 10 units? (if i ne

Re: GtkBuilder and GtkHScale

2009-07-02 Thread Tadej Borovšak
Hello. > hi all, > i'm trying to develope a small application with the help of glade. Is it a > normal behaviour that when i set the upper limit of a GtkHscale, i need tu use > a value bigger than the needed one by 10 units? (if i need the upper bound to > be 10, i need to set it to 20). I tought