diff options
author | peter.spjuth@gmail.com <pspjuth> | 2011-04-21 21:18:33 (GMT) |
---|---|---|
committer | peter.spjuth@gmail.com <pspjuth> | 2011-04-21 21:18:33 (GMT) |
commit | b4057cb8325c60ef3211e1f29dd39b1ca08e886c (patch) | |
tree | adc56cc5a2c5a2adaf468bceb6760ab706e0b6be /doc/ttk_progressbar.n | |
parent | 172b23ae7767e0350724cac05ffb9b36c7832cbc (diff) | |
parent | 3dbc48209501735842fdfc0ed683c61c675cabbf (diff) | |
download | tk-b4057cb8325c60ef3211e1f29dd39b1ca08e886c.zip tk-b4057cb8325c60ef3211e1f29dd39b1ca08e886c.tar.gz tk-b4057cb8325c60ef3211e1f29dd39b1ca08e886c.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 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. |