diff options
author | pspjuth <peter.spjuth@gmail.com> | 2011-04-21 21:01:11 (GMT) |
---|---|---|
committer | pspjuth <peter.spjuth@gmail.com> | 2011-04-21 21:01:11 (GMT) |
commit | 8c2d7f6d86393ac9149aa1b2fcada1f52bfada55 (patch) | |
tree | 7a5e80c6680ec2c8361edfe1a3eabb9662357397 /doc/checkbutton.n | |
parent | 74320cd3d0975d9d84a7693f2cdd08a84c20d165 (diff) | |
download | tk-8c2d7f6d86393ac9149aa1b2fcada1f52bfada55.zip tk-8c2d7f6d86393ac9149aa1b2fcada1f52bfada55.tar.gz tk-8c2d7f6d86393ac9149aa1b2fcada1f52bfada55.tar.bz2 |
Document all variable options as global.
Diffstat (limited to 'doc/checkbutton.n')
-rw-r--r-- | doc/checkbutton.n | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/doc/checkbutton.n b/doc/checkbutton.n index 089c21b..86e91ff 100644 --- a/doc/checkbutton.n +++ b/doc/checkbutton.n @@ -96,7 +96,7 @@ the widget and will ignore mouse button presses. In this state the \fBdisabledForeground\fR and \fBbackground\fR options determine how the checkbutton is displayed. .OP \-variable variable Variable -Specifies name of global variable to set to indicate whether +Specifies the name of a global variable to set to indicate whether or not this button is selected. Defaults to the name of the button within its parent (i.e. the last element of the button window's path name). |