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/ttk_progressbar.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/ttk_progressbar.n')
-rw-r--r-- | doc/ttk_progressbar.n | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/doc/ttk_progressbar.n b/doc/ttk_progressbar.n index 1d6418e..bd3208b 100644 --- a/doc/ttk_progressbar.n +++ b/doc/ttk_progressbar.n @@ -45,7 +45,7 @@ that is, the progress bar completes one .QW cycle when the \fB\-value\fR increases by \fB\-maximum\fR. .OP \-variable variable Variable -The name of a Tcl variable which is linked to the \fB\-value\fR. +The name of a global Tcl variable which is linked to the \fB\-value\fR. If specified, the \fB\-value\fR of the progress bar is automatically set to the value of the variable whenever the latter is modified. |