diff options
author | pspjuth <peter.spjuth@gmail.com> | 2011-04-21 21:18:33 (GMT) |
---|---|---|
committer | pspjuth <peter.spjuth@gmail.com> | 2011-04-21 21:18:33 (GMT) |
commit | 6b6a8249cce424ab3388f1c2a36849549beccf92 (patch) | |
tree | adc56cc5a2c5a2adaf468bceb6760ab706e0b6be /doc/ttk_widget.n | |
parent | 4db4adb89593260e07a9e59503285082e9b90fb0 (diff) | |
parent | 8c2d7f6d86393ac9149aa1b2fcada1f52bfada55 (diff) | |
download | tk-6b6a8249cce424ab3388f1c2a36849549beccf92.zip tk-6b6a8249cce424ab3388f1c2a36849549beccf92.tar.gz tk-6b6a8249cce424ab3388f1c2a36849549beccf92.tar.bz2 |
Document all variable options as global.
Diffstat (limited to 'doc/ttk_widget.n')
-rw-r--r-- | doc/ttk_widget.n | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/doc/ttk_widget.n b/doc/ttk_widget.n index 7c0ba88..b559de4 100644 --- a/doc/ttk_widget.n +++ b/doc/ttk_widget.n @@ -77,7 +77,7 @@ and other button-like widgets: Specifies a text string to be displayed inside the widget (unless overridden by \fB\-textvariable\fR). .OP \-textvariable textVariable Variable -Specifies the name of variable whose value will be used +Specifies the name of a global variable whose value will be used in place of the \fB\-text\fR resource. .OP \-underline underline Underline If set, specifies the integer index (0-based) of a character to underline |