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/menu.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/menu.n')
-rw-r--r-- | doc/menu.n | 2 |
1 files changed, 1 insertions, 1 deletions
@@ -545,7 +545,7 @@ for the entry as the value to store in the variable. .TP \fB\-variable \fIvalue\fR Available only for checkbutton and radiobutton entries. Specifies -the name of a global value to set when the entry is selected. +the name of a global variable to set when the entry is selected. For checkbutton entries the variable is also set when the entry is deselected. For radiobutton entries, changing the variable causes the currently-selected entry to deselect itself. |