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 =

Re: [pygtk] Stability of threading support?

2003-04-05 Thread Greg Ward
On 04 April 2003, Jon Trowbridge said: That set, allow me to offer a suggestion: you can make your life a lot easier by not making gtk calls from threads. Instead, do all of your gtk calls from inside of one-shot idle functions launched from inside threads. Great tip -- I've rewritten the

[pygtk] port of glade files for pygtk 2

2003-04-05 Thread § s.o.m.e.s.h §
hello i write small utility using python 1.5/pygtk .6 with glade file on redhat 7.2 but that is not running on redhat 8.0 giving some errors plz lt me know how to migrate that application for pytgk 2 ?? somesh ___ pygtk mailing list [EMAIL