Robert Arkiletian wrote:
> def but_cb(self, widget):
> widget.label("okay")
> print widget.secret #this line pukes
Maybe that last line should instead read:
print self.but.secret
PS. Where are all the braces??
*WHAT HAS SCIENCE DONE??*
;) ;)
_______________________________________________
fltk mailing list
[email protected]
http://lists.easysw.com/mailman/listinfo/fltk

