This issue tracker has been migrated to GitHub, and is currently read-only.
For more information, see the GitHub FAQs in the Python's Developer Guide.

Author cheryl.sabella
Recipients cheryl.sabella, jfoo, markroseman, terry.reedy
Date 2017-08-06.22:45:20
SpamBayes Score -1.0
Marked as misclassified Yes
Message-id <1502059520.13.0.568663032005.issue27755@psf.upfronthosting.co.za>
In-reply-to
Content
FYI, I believe that the ttk.OptionMenu is essentially the same as the DynOptionMenu.  ttk.OptionMenu added a `set_menu` which is the same code as DynOptionMenu.SetMenu, except the options are radiobuttons (which marks the current item.)

The only difference is that DynOptionMenu has a highlightthickness, but this isn't directly available on any widgets in ttk. 

One other thing to consider is a Spinbox for the fontsize and maybe for the indentsize.  There is a ttk Spinbox in the ttk documentation, but it doesn't appear to be implemented in Python.

https://www.tcl.tk/man/tcl/TkCmd/ttk_spinbox.htm

Maybe that should be added to ttk?  Or maybe it didn't change from tkinter so that's why it wasn't added?
History
Date User Action Args
2017-08-06 22:45:20cheryl.sabellasetrecipients: + cheryl.sabella, terry.reedy, markroseman, jfoo
2017-08-06 22:45:20cheryl.sabellasetmessageid: <1502059520.13.0.568663032005.issue27755@psf.upfronthosting.co.za>
2017-08-06 22:45:20cheryl.sabellalinkissue27755 messages
2017-08-06 22:45:20cheryl.sabellacreate