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_entry.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_entry.n')
-rw-r--r-- | doc/ttk_entry.n | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/doc/ttk_entry.n b/doc/ttk_entry.n index 5533e76..f8cdf2b 100644 --- a/doc/ttk_entry.n +++ b/doc/ttk_entry.n @@ -68,7 +68,7 @@ Specifies one of three states for the entry, \fBnormal\fR, \fBdisabled\fR, or \fBreadonly\fR. See \fBWIDGET STATES\fR, below. .OP \-textvariable textVariable Variable -Specifies the name of a variable whose value is linked +Specifies the name of a global variable whose value is linked to the entry widget's contents. Whenever the variable changes value, the widget's contents are updated, and vice versa. |