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
>>
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