[pygtk] gtk.Notebook

2005-03-21 Thread Paul Malherbe
Hi I need some help, please. I am writing a program using gtk.Notebook with about five pages. Depending on various conditions certain pages of the Notebook should not be available at certain times. The question therefore is how can I selectively disallow access to these pages. Thanks Paul __

Re: [pygtk] More fun with the threading bug

2005-03-21 Thread Dave Aitel
Cedric Gustin wrote: Dave Aitel wrote: Hopefully this is something you'll see and say "We fixed that already" Replicating the wacky thread condition that causes this bug is somewhat difficult in a small program. I can replicate it consistantly in CANVAS, however. Here's a stack trace from what I

Re: [pygtk] More fun with the threading bug

2005-03-21 Thread Cedric Gustin
Dave Aitel wrote: > Hopefully this is something you'll see and say "We fixed that already" > > Replicating the wacky thread condition that causes this bug is somewhat > difficult in a small program. I can replicate it consistantly in CANVAS, > however. Here's a stack trace from what I believe is t