Your button is a container holding a label widget.  You can get to the
label with:
  label = button.children()[0]

You can then use the label's set_text method to change its text.

James.

--
Email: [EMAIL PROTECTED]
WWW:   http://www.daa.com.au/~james/


On Thu, 16 Mar 2000, Javi Roman wrote:

> How can I change label button in run-time?
> 
> Thanks. Javi R.
> To unsubscribe: echo "unsubscribe" | mail [EMAIL PROTECTED]
> 

To unsubscribe: echo "unsubscribe" | mail [EMAIL PROTECTED]

Reply via email to