[issue28694] tkinter interface to fontchooser

2016-11-24 Thread Lance Ware
Lance Ware added the comment: Good points, Zachary. Regarding the commondialog.Dialog class, I think it would need to be enhanced to make sense using it with Fontchooser. It really doesn't do a whole lot, and the awful kludge in the show method (creating a Frame widget just so that some

[issue28694] tkinter interface to fontchooser

2016-11-14 Thread Lance Ware
New submission from Lance Ware: Tcl/Tk 8.6 now has a fontchooser command. I have developed a tkinter interface to it, similar to colorchooser/askcolor. How does one go about contributing this or proposing for future enhancement to the tkinter module suite? -- components: Tkinter

[issue28694] tkinter interface to fontchooser

2016-11-18 Thread Lance Ware
Lance Ware added the comment: Not having any luck creating a patch. I have retrieved source, built python, put my fontchooser.py file (attached) in cpython\Lib\tkinter, done hg add and hg commit, but when I try to do hg diff it gives me nothing. -- Added file: http://bugs.python.org