Tkinter question.

ak at silmarill.org ak at silmarill.org
Sat Jun 17 21:10:49 EDT 2006


Update: I found a way to do what I want with RadioButton with option
indicatoron=0 which creates a bunch of what looks like regular buttons
except that when one is pressed the other one is depressed and the
value of the same variable is changed.

Thanks dear me.

ak at silmarill.org wrote:
> Hi, I'd like to create buttons on the fly that will call the same
> function, and the function in question has to know what was the name of
> the button that called it. Unless there is a preferred way for doing
> this.. Perhaps creating a new function on the fly along with the new
> button? Please help.. thanks!




More information about the Python-list mailing list