Terry J. Reedy <tjre...@udel.edu> added the comment:

ttk.Spinbox inherits from ttk.Entry.  My option list left out the options for 
Entry, which is one of the ttk widget not in the doc.  The additional entry 
options include exportselection, justify, show, state, textvariable, and width.
https://www.tcl.tk/man/tcl8.6/TkCmd/ttk_spinbox.htm
explicitly says textvariable is supported.  This is important because 
configdialog uses tracers on Var to detect and record user changes.

----------

_______________________________________
Python tracker <rep...@bugs.python.org>
<https://bugs.python.org/issue33962>
_______________________________________
_______________________________________________
Python-bugs-list mailing list
Unsubscribe: 
https://mail.python.org/mailman/options/python-bugs-list/archive%40mail-archive.com

Reply via email to