diff options
author | dkf <donal.k.fellows@manchester.ac.uk> | 2010-08-19 23:32:31 (GMT) |
---|---|---|
committer | dkf <donal.k.fellows@manchester.ac.uk> | 2010-08-19 23:32:31 (GMT) |
commit | dab4044c34c8981510c516138d5f7e1a80b5d3d7 (patch) | |
tree | 20ddf9d8972cf64d353388c325f04610605dcdca /doc/listbox.n | |
parent | 29f1f60ea32930a998da8a1b2b119fbfb4e9d8e4 (diff) | |
download | tk-dab4044c34c8981510c516138d5f7e1a80b5d3d7.zip tk-dab4044c34c8981510c516138d5f7e1a80b5d3d7.tar.gz tk-dab4044c34c8981510c516138d5f7e1a80b5d3d7.tar.bz2 |
* doc/listbox.n (SEE ALSO): [Bug 3048809]: Corrected what other page
was referred to (ttk::treeview can work as a listbox).
Diffstat (limited to 'doc/listbox.n')
-rw-r--r-- | doc/listbox.n | 4 |
1 files changed, 2 insertions, 2 deletions
diff --git a/doc/listbox.n b/doc/listbox.n index 3ec1b0d..e818f3c 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.1 2009/11/02 00:42:32 dkf Exp $ +'\" RCS: @(#) $Id: listbox.n,v 1.18.2.2 2010/08/19 23:32:31 dkf Exp $ '\" .so man.macros .TH listbox n 8.4 Tk "Tk Built-In Commands" @@ -535,6 +535,6 @@ 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_listbox(n) +ttk_treeview(n) .SH KEYWORDS listbox, widget |