Re: Bug inside GtkBuilder w/ GtkAdjustment

2010-02-28 Thread Matteo Landi
Thank you so much. I solved editing the .xml by hand! On Sun, Feb 28, 2010 at 9:53 PM, Tadej Borovšak wrote: > Hello > >> Today working with glade, I noticed a strange behaviour while working >> with GtkAdjustment. >> >> import gtk >> >> str_gui = """ >> >> >>   >>   >>   >>    10 >>    1 >>  

Re: Bug inside GtkBuilder w/ GtkAdjustment

2010-02-28 Thread Tadej Borovšak
Hello > Today working with glade, I noticed a strange behaviour while working > with GtkAdjustment. > > import gtk > > str_gui = """ > > >   >   >   >    10 >    1 >    100 >    1 >   > > """ > > builder = gtk.Builder() > builder.add_from_string(str_gui) > print builder.get_object('foo').get_va