On Wed, 2002-05-01 at 10:34, Erik Grinaker wrote:
> On Wed, 2002-05-01 at 15:47, Matt Wilson wrote:
> 
> > in PyGTK+ 2.x:
> > 
> > label.set_property('text', text)
> 
> I'm using 0.6.8 for GTK+ 1.2, so it didn't work - but I'm getting a
> similar error whenever I try re-opening a window which has been
> destroy()ed, so it's surely just some silly error I've made.

You can't reopen a window that has been destroyed, you can only recreate
it.  You might prefer to set hide_on_delete() for the window and then
use show() and hide() to manage them.

> 
> btw; is it recommended to develop for the 2.x platform? I haven't
> checked out the GNOME 2.0 prereleases yet, as I want a stable
> environment - and I heard there were quite a few conflicts between gtk
> 1.2 and 2.0 applications.
> 
> 
> -- 
> 
> Erik Grinaker
> Freelance UNIX/Linux systems consultant
> 
> "Perfection is acheived not when there is nothing more to add, but
> rather when there is nothing more to take away"
> - Antoine de Saint-Exupéry
> 
> 
> _______________________________________________
> pygtk mailing list   [EMAIL PROTECTED]
> http://www.daa.com.au/mailman/listinfo/pygtk
> Read the PyGTK FAQ: http://www.async.com.br/faq/pygtk/
-- 
Steve McClure                   430 10th St NW
Racemi                          Suite N-210
http://www.racemi.com           Atlanta, GA 30318
[EMAIL PROTECTED]             voice/fax: 404-892-5850

Attachment: signature.asc
Description: This is a digitally signed message part

Reply via email to