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 | 4b908ecd6b528b04fb8fc92e527b99fe0f87d696 (patch) | |
tree | 83169cdf3c3bcdef41433b301ff89aa597d202b4 /doc/ttk_widget.n | |
parent | ee6f49bf9839d6e8ae7388905eca38cd6303c5a6 (diff) | |
parent | 263a13f6c2ec2175eaf67ca3485c6fabd8d5f918 (diff) | |
download | tk-4b908ecd6b528b04fb8fc92e527b99fe0f87d696.zip tk-4b908ecd6b528b04fb8fc92e527b99fe0f87d696.tar.gz tk-4b908ecd6b528b04fb8fc92e527b99fe0f87d696.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 cfdfb99..0bdf2bf 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 |