summaryrefslogtreecommitdiffstats
path: root/doc/ttk_entry.n
diff options
context:
space:
mode:
authorpeter.spjuth@gmail.com <pspjuth>2011-04-21 21:18:33 (GMT)
committerpeter.spjuth@gmail.com <pspjuth>2011-04-21 21:18:33 (GMT)
commitb4057cb8325c60ef3211e1f29dd39b1ca08e886c (patch)
treeadc56cc5a2c5a2adaf468bceb6760ab706e0b6be /doc/ttk_entry.n
parent172b23ae7767e0350724cac05ffb9b36c7832cbc (diff)
parent3dbc48209501735842fdfc0ed683c61c675cabbf (diff)
downloadtk-b4057cb8325c60ef3211e1f29dd39b1ca08e886c.zip
tk-b4057cb8325c60ef3211e1f29dd39b1ca08e886c.tar.gz
tk-b4057cb8325c60ef3211e1f29dd39b1ca08e886c.tar.bz2
Document all variable options as global.
Diffstat (limited to 'doc/ttk_entry.n')
-rw-r--r--doc/ttk_entry.n2
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.