Tkinter option-value

adil gourinda <[email protected]> Wed, 22 Nov 2017 21:03:38 +0000
Newsgroups gmane.comp.python.tkinter
Message-ID <BN3PR16MB08653A9BA13A14518DB7BF20B6200@BN3PR16MB0865.namprd16.prod.outlook.com>
I noticed that the Tk's option-value are translated in  Tkinter in two forms:
        Tk   -----------: option    value
Python   1st form: option = tkinter.VALUE
              2nd form: option = 'value'
The 2nd form is closer to Tk's syntax but when it was introduced in Tkinter because it is the 1st syntax which I found in book.

_______________________________________________
Tkinter-discuss mailing list
[email protected]
https://mail.python.org/mailman/listinfo/tkinter-discuss