diff options
author | pspjuth <peter.spjuth@gmail.com> | 2011-04-21 21:01:11 (GMT) |
---|---|---|
committer | pspjuth <peter.spjuth@gmail.com> | 2011-04-21 21:01:11 (GMT) |
commit | 8c2d7f6d86393ac9149aa1b2fcada1f52bfada55 (patch) | |
tree | 7a5e80c6680ec2c8361edfe1a3eabb9662357397 /doc/listbox.n | |
parent | 74320cd3d0975d9d84a7693f2cdd08a84c20d165 (diff) | |
download | tk-8c2d7f6d86393ac9149aa1b2fcada1f52bfada55.zip tk-8c2d7f6d86393ac9149aa1b2fcada1f52bfada55.tar.gz tk-8c2d7f6d86393ac9149aa1b2fcada1f52bfada55.tar.bz2 |
Document all variable options as global.
Diffstat (limited to 'doc/listbox.n')
-rw-r--r-- | doc/listbox.n | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/doc/listbox.n b/doc/listbox.n index e3dcb4f..e134414 100644 --- a/doc/listbox.n +++ b/doc/listbox.n @@ -39,7 +39,7 @@ Specifies the desired height for the window, in lines. If zero or less, then the desired height for the window is made just large enough to hold all the elements in the listbox. .OP \-listvariable listVariable Variable -Specifies the name of a variable. The value of the variable is a list to +Specifies the name of a global variable. The value of the variable is a list to be displayed inside the widget; if the variable value changes then the widget will automatically update itself to reflect the new value. Attempts to assign a variable with an invalid list value to \fB\-listvariable\fR |