Tkinter's button

black blackprogramming at yahoo.com
Mon Nov 4 22:46:43 EST 2002


Howdy~

I have a button create with this line:
import Tkintertk=Tkinter.Tk()button=Tkinter.Button(tk)
and I found we could add some "property" with this format:
button["text"]="Howdy"
is that a hint that all buttons have a predifined dictionary ? and how to check all members ? I searched tutorial about Tkinter but found nothing. 

Thanx in advance~



---------------------------------
Do you Yahoo!?
HotJobs - Search new jobs daily now
-------------- next part --------------
An HTML attachment was scrubbed...
URL: <http://mail.python.org/pipermail/python-list/attachments/20021104/d7c7f152/attachment.html>


More information about the Python-list mailing list