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 = mylayout.get_vadjustm

Re: [pygtk] Stability of threading support?

2003-04-06 Thread Christian Reis
On Sun, Apr 06, 2003 at 10:01:39PM -0400, Greg Ward wrote: > > "Not all built-in functions that may block waiting for I/O allow other > > threads to run. (The most popular ones (time.sleep(), file.read(), > > select.select()) work as expected.) " > > > > I think it's the way python handles threads

Re: [pygtk] Stability of threading support?

2003-04-06 Thread Greg Ward
On 06 April 2003, Thomas Speck said: > From the Python documentation: > > "Not all built-in functions that may block waiting for I/O allow other > threads to run. (The most popular ones (time.sleep(), file.read(), > select.select()) work as expected.) " > > I think it's the way python handles thr

Re: [pygtk] port of glade files for pygtk 2

2003-04-06 Thread Christian Reis
On Fri, Apr 04, 2003 at 09:33:42PM +0530, "§ s.o.m.e.s.h §" wrote: > 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 ?? For GTK, there is no s

Re: [pygtk] Stability of threading support?

2003-04-06 Thread Christian Reis
On Sat, Apr 05, 2003 at 09:39:32PM -0500, Greg Ward wrote: > now. Mostly. (While the eject ioctl() is running in a background > thread, the GUI is not responsive -- rather, events are buffered and > replayed when the ioctl() returns and the background thread finishes. > However, if I replace the