summaryrefslogtreecommitdiffstats
diff options
context:
space:
mode:
authordkf <donal.k.fellows@manchester.ac.uk>2008-09-23 13:40:53 (GMT)
committerdkf <donal.k.fellows@manchester.ac.uk>2008-09-23 13:40:53 (GMT)
commit3c43b176962b1e9df80d6e7d0c0826029e1c8bca (patch)
tree1cfb10d787561d7f7fef54624a3c8b12ea9d0a6b
parent3d7497c81ee263e957b83f1a0656d7c3551de3e4 (diff)
downloadtk-3c43b176962b1e9df80d6e7d0c0826029e1c8bca.zip
tk-3c43b176962b1e9df80d6e7d0c0826029e1c8bca.tar.gz
tk-3c43b176962b1e9df80d6e7d0c0826029e1c8bca.tar.bz2
Fix [Bug 2123813]
-rw-r--r--ChangeLog3
-rw-r--r--doc/listbox.n4
2 files changed, 5 insertions, 2 deletions
diff --git a/ChangeLog b/ChangeLog
index 28466c8..bd17907 100644
--- a/ChangeLog
+++ b/ChangeLog
@@ -1,5 +1,8 @@
2008-09-23 Donal K. Fellows <dkf@users.sf.net>
+ * doc/listbox.n (SEE ALSO): Redirected this to ttk::treeview(n) which
+ is far more useful (it does multicolumn listbox duties). [Bug 2123813]
+
* doc/*.n: Make sure that the initial line of the manpage includes
nothing that chokes old versions of man. [Bug 2118116]
diff --git a/doc/listbox.n b/doc/listbox.n
index 3a9fa29..2d3435c 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.20 2008/09/23 13:36:41 dkf Exp $
+'\" RCS: @(#) $Id: listbox.n,v 1.21 2008/09/23 13:40:55 dkf Exp $
'\"
.so man.macros
.TH listbox n 8.4 Tk "Tk Built-In Commands"
@@ -533,7 +533,7 @@ 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
'\" Local Variables: