Re: [Tkinter-discuss] Tkinter option-value

2017-11-23 Thread Michael Lange
On Wed, 22 Nov 2017 22:19:29 -0600 Bryan Oakley wrote: > Personally I find the use of tkinter constants a bit silly. I see no > point in using something like tkinter.END instead of "end". I always > recommend that people learn to use the string form rather than the > constant. +1 :) Regards

Re: [Tkinter-discuss] Tkinter option-value

2017-11-22 Thread Bryan Oakley
Are you asking a question, or just mentioning an observation. Personally I find the use of tkinter constants a bit silly. I see no point in using something like tkinter.END instead of "end". I always recommend that people learn to use the string form rather than the constant. On Wed, Nov 22, 201