diff options
Diffstat (limited to 'doc/ttk_combobox.n')
-rw-r--r-- | doc/ttk_combobox.n | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/doc/ttk_combobox.n b/doc/ttk_combobox.n index d8603e1..6083fab 100644 --- a/doc/ttk_combobox.n +++ b/doc/ttk_combobox.n @@ -46,7 +46,7 @@ In the \fBnormal\fR state, the text field is directly editable. In the \fBdisabled\fR state, no interaction is possible. .OP \-textvariable textVariable TextVariable -Specifies the name of a variable whose value is linked +Specifies the name of a global variable whose value is linked to the widget value. Whenever the variable changes value the widget value is updated, and vice versa. |