Tkinter and Widget
Golem
dvaken at hotmail.com
Wed Sep 12 08:25:17 EDT 2001
More information about the Python-list mailing list
Wed Sep 12 08:25:17 EDT 2001
- Previous message (by thread): Tkinter and Widget
- Next message (by thread): python on SHx processor and cross-compiling issues
- Messages sorted by: [ date ] [ thread ] [ subject ] [ author ]
Hi all !
I would like to know if there's a way to list all options that can be set
for a widget ?
In the Fredrik Lundh's Introduction To Tkinter, he says that we can use :
keys() => list of all options available for this widget
I think that "keys" represent the widget (button, label)
So i try :
Mylist = Button()
for i in Mylist
print i
But it doesn't work
How can we do that ?
Thkx
Golem
- Previous message (by thread): Tkinter and Widget
- Next message (by thread): python on SHx processor and cross-compiling issues
- Messages sorted by: [ date ] [ thread ] [ subject ] [ author ]
More information about the Python-list mailing list