Re: [Tkinter-discuss] configure command

2018-03-07 Thread Michael Lange
Hi, On Wed, 7 Mar 2018 13:46:40 + adil gourinda wrote: > For the last time, what is the parameter's name that accepts option's > name as a string: > > instance.configure(?!?!="option") > > I hope I was clear this time. ok, I got it now :) As Brian pointed out,

Re: [Tkinter-discuss] configure command

2018-03-07 Thread Bryan Oakley
> > For the last time, what is the parameter's name that accepts option's name > as a string: The tk documentation calls this "option". In python it doesn't have a literal name. If you need to refer to it in documentation you could use "argument" or "the only argument" or "the first positional

Re: [Tkinter-discuss] configure command

2018-03-07 Thread adil gourinda
For the last time, what is the parameter's name that accepts option's name as a string: instance.configure(?!?!="option") I hope I was clear this time. Thanks From: Tkinter-discuss on behalf of