diff options
-rw-r--r-- | ChangeLog | 3 | ||||
-rw-r--r-- | doc/listbox.n | 4 |
2 files changed, 5 insertions, 2 deletions
@@ -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: |