Re: Spinbox




Robert Hicks schrieb:

I have a range 01-12 which I have set to list. However, I want the
spinbox to show a different start number than 01 but not mess up that
range of values.

Like this?

% pack [spinbox .sp -values {01 02 03 04 05 06 07 08 09 10 11 12}
-textvariable spvar]

% set spvar 08
08

.


Quantcast