diff options
Diffstat (limited to 'doc/listbox.n')
-rw-r--r-- | doc/listbox.n | 9 |
1 files changed, 5 insertions, 4 deletions
diff --git a/doc/listbox.n b/doc/listbox.n index e818f3c..88c6428 100644 --- a/doc/listbox.n +++ b/doc/listbox.n @@ -5,7 +5,7 @@ '\" See the file "license.terms" for information on usage and redistribution '\" of this file, and for a DISCLAIMER OF ALL WARRANTIES. '\" -'\" RCS: @(#) $Id: listbox.n,v 1.18.2.2 2010/08/19 23:32:31 dkf Exp $ +'\" RCS: @(#) $Id: listbox.n,v 1.22 2009/11/02 00:40:08 dkf Exp $ '\" .so man.macros .TH listbox n 8.4 Tk "Tk Built-In Commands" @@ -414,10 +414,8 @@ In both modes, clicking button 1 on an element selects it and deselects any other selected item. In \fBbrowse\fR mode it is also possible to drag the selection with button 1. -.VS 8.5 On button 1, the listbox will also take focus if it has a \fBnormal\fR state and \fB\-takefocus\fR is true. -.VE 8.5 .PP If the selection mode is \fBmultiple\fR or \fBextended\fR, any number of elements may be selected at once, including discontiguous @@ -535,6 +533,9 @@ a selection. The behavior of listboxes can be changed by defining new bindings for individual widgets or by redefining the class bindings. .SH "SEE ALSO" -ttk_treeview(n) +ttk::treeview(n) .SH KEYWORDS listbox, widget +'\" Local Variables: +'\" mode: nroff +'\" End: |