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 terry.reedy
Recipients cheryl.sabella, markroseman, serhiy.storchaka, terry.reedy
Date 2018-06-26.15:52:53
SpamBayes Score -1.0
Marked as misclassified Yes
Message-id <1530028373.8.0.56676864532.issue33962@psf.upfronthosting.co.za>
In-reply-to
Content
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.
History
Date User Action Args
2018-06-26 15:52:53terry.reedysetrecipients: + terry.reedy, markroseman, serhiy.storchaka, cheryl.sabella
2018-06-26 15:52:53terry.reedysetmessageid: <1530028373.8.0.56676864532.issue33962@psf.upfronthosting.co.za>
2018-06-26 15:52:53terry.reedylinkissue33962 messages
2018-06-26 15:52:53terry.reedycreate