Re: [pygtk] how to attach a gtk.Layout to a gtk.Scrollbar

2003-04-06 Thread James Henstridge
Lorenzo Gil Sánchez wrote: I read the pygtk2 tutorial[1] and have some problems with the Layout Container[2]. When i try to use a vertical scrollbar with my Layout container something weird happens: mylayout = gtk.Layout(None, None) myscrollbar - gtk.VScrollbar(None) adjust =

Re: [pygtk] how to attach a gtk.Layout to a gtk.Scrollbar

2003-04-05 Thread John Finlay
Lorenzo Gil Sánchez wrote: I read the pygtk2 tutorial[1] and have some problems with the Layout Container[2]. When i try to use a vertical scrollbar with my Layout container something weird happens: mylayout = gtk.Layout(None, None) myscrollbar - gtk.VScrollbar(None) adjust =

[pygtk] how to attach a gtk.Layout to a gtk.Scrollbar

2003-04-04 Thread Lorenzo Gil Sánchez
I read the pygtk2 tutorial[1] and have some problems with the Layout Container[2]. When i try to use a vertical scrollbar with my Layout container something weird happens: mylayout = gtk.Layout(None, None) myscrollbar - gtk.VScrollbar(None) adjust = mylayout.get_vadjustment()