diff options
author | dkf <donal.k.fellows@manchester.ac.uk> | 2008-09-23 13:40:53 (GMT) |
---|---|---|
committer | dkf <donal.k.fellows@manchester.ac.uk> | 2008-09-23 13:40:53 (GMT) |
commit | 3c43b176962b1e9df80d6e7d0c0826029e1c8bca (patch) | |
tree | 1cfb10d787561d7f7fef54624a3c8b12ea9d0a6b /doc | |
parent | 3d7497c81ee263e957b83f1a0656d7c3551de3e4 (diff) | |
download | tk-3c43b176962b1e9df80d6e7d0c0826029e1c8bca.zip tk-3c43b176962b1e9df80d6e7d0c0826029e1c8bca.tar.gz tk-3c43b176962b1e9df80d6e7d0c0826029e1c8bca.tar.bz2 |
Fix [Bug 2123813]
Diffstat (limited to 'doc')
-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 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: |