Tkinter widgets: Write options *and* option tags dynamically from dictionary?

Laura Creighton lac at strakt.com
Fri Feb 1 09:26:47 EST 2002


After you make your dictionary, you need to invoke it like this:

	widget=widgetType(master, **mydict)

Laura Creighton




More information about the Python-list mailing list