New paste Repaste Download
#!/usr/bin/env wish
ttk::label .cnt -textvariable cnt
ttk::entry .input -textvariable cnt -validate all \
    -validatecommand {string is integer %P}
ttk::button .inc -text +1 -command {incr cnt}
ttk::button .dec -text -1 -command {incr cnt -1}
grid .dec .cnt .inc
grid .input - -
Filename: None. Size: 291b. View raw, , hex, or download this file.

This paste expires on 2024-10-27 13:44:36.608399. Pasted through web.