diff options
author | pspjuth <pspjuth@noemail.net> | 2011-04-21 21:23:36 (GMT) |
---|---|---|
committer | pspjuth <pspjuth@noemail.net> | 2011-04-21 21:23:36 (GMT) |
commit | 9c3b29de3f697ca71f3de578cf4d9325a1dfb8f9 (patch) | |
tree | 83169cdf3c3bcdef41433b301ff89aa597d202b4 /doc/menu.n | |
parent | 00b125620801e8f1c06c22b30c8fff4c08acd0b5 (diff) | |
parent | 5c1865fd4d04b9e1f658684f3f1e8ef1fa1de3ef (diff) | |
download | tk-9c3b29de3f697ca71f3de578cf4d9325a1dfb8f9.zip tk-9c3b29de3f697ca71f3de578cf4d9325a1dfb8f9.tar.gz tk-9c3b29de3f697ca71f3de578cf4d9325a1dfb8f9.tar.bz2 |
Document all variable options as global.
FossilOrigin-Name: 212866a0fc8a3114bc43495c80710d64dff8db24
Diffstat (limited to 'doc/menu.n')
-rw-r--r-- | doc/menu.n | 2 |
1 files changed, 1 insertions, 1 deletions
@@ -697,7 +697,7 @@ for the entry as the value to store in the variable. \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. |