summaryrefslogtreecommitdiffstats
path: root/doc/spinbox.n
Commit message (Collapse)AuthorAgeFilesLines
* Fix [ed22529c92]: Spinbox validation is turned off when validate function ↵fvogel2017-01-231-5/+9
|\ | | | | | | returns false
| * Fix [ed22529c92]: Spinbox validation is turned off when validate function ↵bug_ed22529c92fvogel2017-01-211-5/+9
| | | | | | | | returns false
* | Excess spacing in documentationjan.nijtmans2016-03-111-1/+1
| |
* | Fixed bug [841280] - spinbox -from and -to defaults and behaviourbug_841280fffffvogel2016-02-251-2/+4
|/
* Fixed typo in spinbox documentation pagefvogel2016-02-251-2/+2
|
* Fixed bug [1520118fff] - -validate resets to nonefvogel2015-10-221-1/+11
|\
| * Fixed bug [1520118fff] - -validate resets to nonebug_1520118ffffvogel2015-10-161-1/+11
| |
* | Fix [http://core.tcl.tk/tcl/info/426679ef7d|426679ef7d]: Having man.macros ↵jan.nijtmans2013-11-051-1/+1
|\ \ | |/ | | | | after .TH breaks rendering on OpenBSD and possibly others.
| * Fix [http://core.tcl.tk/tcl/info/426679ef7d|426679ef7d]: Having man.macros ↵jan.nijtmans2013-11-051-1/+1
| | | | | | | | after .TH breaks rendering on OpenBSD and possibly others.
* | Documentation tweaks to make index entries more informative.dkf2013-09-231-1/+1
| |
* | More small documentation improvements.dkf2011-07-181-39/+41
| |
* | Purge RCS Keywordsdgp2011-06-081-2/+0
|\ \ | |/
| * Purge RCS Keywords.dgp2011-06-081-2/+0
| |\
| | * Purge RCS Keywords.dgp2011-06-081-2/+0
| | |
| | * More backporting of doc fixesdkf2004-10-281-3/+3
| | |
* | | Fix [Bug 2118116]dkf2008-09-231-2/+4
| | |
* | | Minor doc updates (removing out of date changebars, improving typedef ↵dkf2008-06-301-3/+2
|/ / | | | | | | | | | | formatting, etc.)
* | merge stable branch onto HEADdgp2007-12-131-1/+1
| |
* | More documentation improvementsdkf2007-10-301-4/+3
| |
* | Lots more GOOBE stuff. Now works with 'make html'!dkf2007-10-291-21/+27
| |
* | * doc/*.1: Revert doc changes that brokedgp2007-10-261-14/+8
| | | | | | | | | | * doc/*.3: `make html` so we can get the release * doc/*.n: out the door.
* | Lots of improvements to look and feel of manual pagesdkf2007-10-241-8/+14
| |
* | Doc patches [1010083] and [1010607] from Mikhail Kolesnitschenko.dkf2004-08-171-3/+3
|/ | | | Also some general fixes to menu.n and text.n
* corrected spin(up|down) -> button(up|down)hobbs2001-12-181-3/+3
|
* * doc/toplevel.n:ericm2000-08-251-10/+10
| | | | | | | | | | | | | | | | | | | * doc/spinbox.n: * doc/scrollbar.n: * doc/scale.n: * doc/menubutton.n: * doc/menu.n: * doc/listbox.n: * doc/entry.n: * doc/frame.n: * doc/message.n: * doc/checkbutton.n: * doc/radiobutton.n: * doc/button.n: * doc/label.n: * doc/canvas.n: * doc/text.n: Fixed Standard Options section to make best use of new tab settings in man.macros.
* * doc/spinbox.n: (new file) docs for spinbox widgethobbs2000-05-291-0/+582
* 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