diff options
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 af3e312..2afc951 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. |