Em qui, 29 mar 2001, mallum escreveu:
> Hi all;
> 
> Is there an easy way to alter the text contained within an already rendered
> button ?
> 
> mallum
> _______________________________________________
> pygtk mailing list   [EMAIL PROTECTED]
> http://www.daa.com.au/mailman/listinfo/pygtk

Try this:

bt.children()[0].set_text('new text')

- Ricardo
_______________________________________________
pygtk mailing list   [EMAIL PROTECTED]
http://www.daa.com.au/mailman/listinfo/pygtk

Reply via email to