Hi:
First off, thanks a lot for this great module. I haven't really written
too many GUI programs but pygtk combined with glade is a very efficient
programming environment.
I'm using pygtk 0.6.1 with GTK 1.2.3 under IRIX, as well with GTK 1.2.1
under Linux.
I had to tweak code in pyglade/build.py to get text boxes to work
properly. It seems no get_editable attribute exists.
Is this a bug?
Specifically I changed line 241 of pyglade/build.py from:
text.get_editable(FALSE)
To:
text.set_editable(TRUE)
Everything seems to work right. :)
Anyone else run into this?
-------
Jordan B. Baker -- [EMAIL PROTECTED]
weaving the web @ http://www.spyderlab.com
To unsubscribe: echo "unsubscribe" | mail [EMAIL PROTECTED]