summaryrefslogtreecommitdiffstats
path: root/doc
diff options
context:
space:
mode:
authordrh <drh@noemail.net>2002-06-17 10:54:28 (GMT)
committerdrh <drh@noemail.net>2002-06-17 10:54:28 (GMT)
commita5a526f31ff0da02b8c2b58548afa010e1e4429c (patch)
tree23b6e0c259b3c43053f44dbf6557b7a8ea074079 /doc
parent8061347e50433833eb64f874be61ff4f912194ba (diff)
downloadtk-a5a526f31ff0da02b8c2b58548afa010e1e4429c.zip
tk-a5a526f31ff0da02b8c2b58548afa010e1e4429c.tar.gz
tk-a5a526f31ff0da02b8c2b58548afa010e1e4429c.tar.bz2
Initial implementation of TIP #82: added the -offrelief option to
checkbutton and radiobutton to allow those widgets to have a MS-Office look and feel. FossilOrigin-Name: 882e41f5ee6e4ceae781257e3442e7882a9cd4d4
Diffstat (limited to 'doc')
-rw-r--r--doc/checkbutton.n7
-rw-r--r--doc/radiobutton.n7
2 files changed, 12 insertions, 2 deletions
diff --git a/doc/checkbutton.n b/doc/checkbutton.n
index 46e0e29..9f762bd 100644
--- a/doc/checkbutton.n
+++ b/doc/checkbutton.n
@@ -5,7 +5,7 @@
'\" See the file "license.terms" for information on usage and redistribution
'\" of this file, and for a DISCLAIMER OF ALL WARRANTIES.
'\"
-'\" RCS: @(#) $Id: checkbutton.n,v 1.4 2000/08/25 06:58:32 ericm Exp $
+'\" RCS: @(#) $Id: checkbutton.n,v 1.5 2002/06/17 10:54:29 drh Exp $
'\"
.so man.macros
.TH checkbutton n 4.4 Tk "Tk Built-In Commands"
@@ -43,6 +43,11 @@ Specifies whether or not the indicator should be drawn. Must be a
proper boolean value. If false, the \fBrelief\fR option is
ignored and the widget's relief is always sunken if the widget is
selected and raised otherwise.
+.VS 8.4
+.OP \-offrelief offRelief OffRelief
+Specifies the relief for the checkbutton when the indicator is not drawn and
+the checkbutton is off. The default value is "raised".
+.VE 8.4
.OP \-offvalue offValue Value
Specifies value to store in the button's associated variable whenever
this button is deselected. Defaults to ``0''.
diff --git a/doc/radiobutton.n b/doc/radiobutton.n
index face3e2..5c3b17a 100644
--- a/doc/radiobutton.n
+++ b/doc/radiobutton.n
@@ -5,7 +5,7 @@
'\" See the file "license.terms" for information on usage and redistribution
'\" of this file, and for a DISCLAIMER OF ALL WARRANTIES.
'\"
-'\" RCS: @(#) $Id: radiobutton.n,v 1.4 2000/08/25 06:58:32 ericm Exp $
+'\" RCS: @(#) $Id: radiobutton.n,v 1.5 2002/06/17 10:54:29 drh Exp $
'\"
.so man.macros
.TH radiobutton n 4.4 Tk "Tk Built-In Commands"
@@ -54,6 +54,11 @@ whenever the widget is selected.
If specified as an empty string then no special color is used for
displaying when the widget is selected.
.VS 8.4
+.OP \-offrelief offRelief OffRelief
+Specifies the relief for the checkbutton when the indicator is not drawn and
+the checkbutton is off. The default value is "raised".
+.VE 8.4
+.VS 8.4
.OP \-overrelief overRelief OverRelief
Specifies an alternative relief for the radiobutton, to be used when the
mouse cursor is over the widget. This option can be used to make