summaryrefslogtreecommitdiffstats
path: root/tests/spinbox.test
Commit message (Collapse)AuthorAgeFilesLines
* * doc/spinbox.n: (new file) docs for spinbox widgethobbs2000-05-291-0/+1577
* generic/tkInt.h: added Tk_SpinboxObjCmd declaration * generic/tkEntry.c: added 'spinbox' widget - an extension of the entry widget type. * generic/tkWindow.c: added 'spinbox' to core Tk commands * library/spinbox.tcl: (new file) binding and helper procs for spinbox * library/tk.tcl: added spinbox.tcl to list of files to source * tests/entry.test: updated changed error messages * tests/spinbox.test: (new file) test suite for spinbox