summaryrefslogtreecommitdiffstats
path: root/doc/radiobutton.n
Commit message (Collapse)AuthorAgeFilesLines
* Eliminate exess spacings in many doc pagesjan.nijtmans2016-03-021-3/+3
|
* 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-17/+23
| |
* | Purge RCS Keywordsdgp2011-06-081-2/+0
|\ \ | |/
| * Purge RCS Keywords.dgp2011-06-081-2/+0
| |\
| | * Purge RCS Keywords.dgp2011-06-081-2/+0
| | |
* | | Document all variable options as global.pspjuth2011-04-211-1/+1
|\ \ \ | |/ /
| * | Document all variable options as global.pspjuth2011-04-211-1/+1
| |\ \ | | |/
| | * Document all variable options as global.pspjuth2011-04-211-1/+1
| | |
| | * Backport of documentation fixesdkf2004-10-281-14/+14
| | |
* | | Fix [Bug 2118116]dkf2008-09-231-2/+4
| | |
* | | Minor doc updates (removing out of date changebars, improving typedef ↵dkf2008-06-301-11/+6
|/ / | | | | | | | | | | formatting, etc.)
* | merge stable branch onto HEADdgp2007-12-131-1/+1
| |
* | Make documentation use the name that scripts use as much as possible.dkf2007-11-011-5/+2
| | | | | | | | [Bug 1640073]
* | Lots more GOOBE stuff. Now works with 'make html'!dkf2007-10-291-6/+11
| |
* | * doc/*.1: Revert doc changes that brokedgp2007-10-261-2/+2
| | | | | | | | | | * 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-2/+2
| |
* | * unix/Makefile.in (install-doc): intentionally skip ttk_dialog.nhobbs2006-12-131-2/+2
| | | | | | | | | | | | | | | | | | | | | | installation (not for public consumption) * doc/scrollbar.n, doc/button.n, doc/checkbutton.n: * doc/entry.n, doc/frame.n, doc/label.n, doc/labelframe.n: * doc/menu.n, doc/menubutton.n, doc/panedwindow.n: * doc/radiobutton.n, doc/scrollbar.n, doc/ttk_*: revamp ttk docs to use consist nroff format (not 100% consistent with classic widget docs). Add more man page cross-linking "SEE ALSO".
* | Purge old and inaccurate .VS/.VE macros.dkf2005-04-061-11/+1
| |
* | Assorted minor documentation fixesdkf2004-10-281-9/+15
| |
* | Standardize the -compound option to everywhere it ought to be. [Bug 712588]dkf2004-08-161-8/+8
| |
* | * doc/checkbutton.n: TIP#110 implementationhobbs2004-02-181-3/+14
|/ | | | | | | | | | | | | | | * doc/radiobutton.n: Tristate Checkbutton and Radiobuttons * generic/tkButton.c: * generic/tkButton.h: * library/demos/check.tcl: * library/demos/radio.tcl: * macosx/tkMacOSXButton.c: * macosx/tkMacOSXDefault.h: * tests/button.test: * unix/tkUnixButton.c: * unix/tkUnixDefault.h: * win/tkWinButton.c: * win/tkWinDefault.h:
* Fix for bug #582457: make radio and checkbuttons work like Windows whenmacosx_8_4_premerge_2002_08_31_trunkmacosx_8_4_merge_2002_08_30_trunkdrh2002-08-281-2/+9
| | | | -relief is sunken, -offrelief is flat, and -overrelief is raised.
* Initial implementation of TIP #82: added the -offrelief option todrh2002-06-171-1/+6
| | | | | checkbutton and radiobutton to allow those widgets to have a MS-Office look and feel.
* * doc/toplevel.n:ericm2000-08-251-9/+9
| | | | | | | | | | | | | | | | | | | * 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/radiobutton.n: Added documentation for -overrelief option.ericm2000-05-251-7/+18
| | | | | | | | | | | | | | | | | * doc/checkbutton.n: Added documentation for -overrelief option. * doc/label.n: Added documentation for -state option. * generic/tkButton.c: Added -overrelief option for checkbuttons, and radiobuttons. * library/button.tcl (tkButtonDown, macintosh version): Added protection against querying the -repeatdelay option from a widget that doesn't support it (ie, checkbuttons, radiobuttons, etc). Other platforms use a different binding script for checkbuttons and radiobuttons, so they don't have this issue. (tkCheckRadioEnter, windows version): Added code to handle -overrelief for check/radiobuttons on windows.
* Replaced SCCS strings, fixed binary filesstanton1998-09-141-1/+1
|
* Initial revisionrjohnson1998-04-011-0/+233