diff options
author | pspjuth <peter.spjuth@gmail.com> | 2011-04-21 21:23:36 (GMT) |
---|---|---|
committer | pspjuth <peter.spjuth@gmail.com> | 2011-04-21 21:23:36 (GMT) |
commit | 99c8472f4a62ed5e2b6377673a1002928ca27cb4 (patch) | |
tree | 83169cdf3c3bcdef41433b301ff89aa597d202b4 /doc/options.n | |
parent | e1764017a52caf4b2e3afb417a19b308007af8db (diff) | |
parent | 6b6a8249cce424ab3388f1c2a36849549beccf92 (diff) | |
download | tk-99c8472f4a62ed5e2b6377673a1002928ca27cb4.zip tk-99c8472f4a62ed5e2b6377673a1002928ca27cb4.tar.gz tk-99c8472f4a62ed5e2b6377673a1002928ca27cb4.tar.bz2 |
Document all variable options as global.
Diffstat (limited to 'doc/options.n')
-rw-r--r-- | doc/options.n | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/doc/options.n b/doc/options.n index 6bef742..ef3ba8c 100644 --- a/doc/options.n +++ b/doc/options.n @@ -293,7 +293,7 @@ Specifies a string to be displayed inside the widget. The way in which the string is displayed depends on the particular widget and may be determined by other options, such as \fBanchor\fR or \fBjustify\fR. .OP \-textvariable textVariable Variable -Specifies the name of a variable. The value of the variable is a text +Specifies the name of a global variable. The value of the variable is a text string to be displayed inside the widget; if the variable value changes then the widget will automatically update itself to reflect the new value. The way in which the string is displayed in the widget depends on the |