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 | 263a13f6c2ec2175eaf67ca3485c6fabd8d5f918 (patch) | |
tree | adc56cc5a2c5a2adaf468bceb6760ab706e0b6be /doc/ttk_entry.n | |
parent | ad765017133dbcccc0ae3717c8b2417a1b07a38e (diff) | |
parent | 6fbfe956f136196f2ed8fb6baa56da9f832326cc (diff) | |
download | tk-263a13f6c2ec2175eaf67ca3485c6fabd8d5f918.zip tk-263a13f6c2ec2175eaf67ca3485c6fabd8d5f918.tar.gz tk-263a13f6c2ec2175eaf67ca3485c6fabd8d5f918.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 6184fa6..eb2a5a8 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. |