[Tkinter-discuss] configure command

adil gourinda rikudou__sennin at outlook.com
Sun Mar 4 18:26:56 EST 2018


[cid:132f79be-dacf-4e7a-b0b1-94f5411d267b]
By this picture I tried to explain the translation of "configure" command from Tcl to Python configure() method.

For the (1) and (3) cases the python's syntax is clear.

But for the (2) case where in Tcl I need to write only the option's name without value, what is its equivalent in Python (when the parameter's name is an argument)?; I tried the syntax in the picture and it works but what make things more difficult is when there is another parameter before "option" (ex :PanedWindow.paneconfigure).

Thanks for your attention
-------------- next part --------------
An HTML attachment was scrubbed...
URL: <http://mail.python.org/pipermail/tkinter-discuss/attachments/20180304/b4f59dfc/attachment-0001.html>
-------------- next part --------------
A non-text attachment was scrubbed...
Name: Tk configure command to Tkinter configure() method.jpg
Type: image/jpeg
Size: 50083 bytes
Desc: Tk configure command to Tkinter configure() method.jpg
URL: <http://mail.python.org/pipermail/tkinter-discuss/attachments/20180304/b4f59dfc/attachment-0001.jpg>


More information about the Tkinter-discuss mailing list