Version 4 of Localized, Scalable Spinbox Widget

Updated 2018-08-09 16:09:39 by bll

Localized, Scalable Spinbox Widget

Last Update: 2018-8-9

bll 2018-8-8: I have created a localized, scalable spinbox widget. It should be compatible with a ttk::spinbox. Released under the zlib/libpng license as always.

Example using the de_DE.UTF-8 locale:

img-lspinbox

The source can be found here: https://sourceforge.net/p/tcl-lspinbox/code/ci/default/tree/

The required packages 'repeatbutton' and 'colorutils' are included in the repo.

The locale command can be found here: https://sourceforge.net/projects/tcl-collate/files/

The package will work without the locale command if you just want the scalability aspect.

Version 1.1 Fixed get command.

 Change Log

Version 1.0 Initial release.

See also: locale package