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/radiobutton.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/radiobutton.n')
-rw-r--r-- | doc/radiobutton.n | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/doc/radiobutton.n b/doc/radiobutton.n index ee64e1e..d18a5c1 100644 --- a/doc/radiobutton.n +++ b/doc/radiobutton.n @@ -93,7 +93,7 @@ In this state the \fBdisabledForeground\fR and Specifies value to store in the button's associated variable whenever this button is selected. .OP \-variable variable Variable -Specifies name of global variable to set whenever this button is +Specifies the name of a global variable to set whenever this button is selected. Changes in this variable also cause the button to select or deselect itself. Defaults to the value \fBselectedButton\fR. |