summaryrefslogtreecommitdiffstats
path: root/library/demos/widget
diff options
context:
space:
mode:
authordkf <donal.k.fellows@manchester.ac.uk>2007-11-02 23:48:10 (GMT)
committerdkf <donal.k.fellows@manchester.ac.uk>2007-11-02 23:48:10 (GMT)
commitc60a15eceb458b403177e4272b6ee5e674f221a6 (patch)
tree7c7e9d8a1aecefe693dbe8ea88a3e36ce5819cb8 /library/demos/widget
parentb4e82387f04edcc6b07dbd52ea9db4cf1c8ed9bf (diff)
downloadtk-c60a15eceb458b403177e4272b6ee5e674f221a6.zip
tk-c60a15eceb458b403177e4272b6ee5e674f221a6.tar.gz
tk-c60a15eceb458b403177e4272b6ee5e674f221a6.tar.bz2
Added a demo of how to do a multi-column sortable listbox.
Diffstat (limited to 'library/demos/widget')
-rw-r--r--library/demos/widget4
1 files changed, 3 insertions, 1 deletions
diff --git a/library/demos/widget b/library/demos/widget
index 333e29a..6bcb0c6 100644
--- a/library/demos/widget
+++ b/library/demos/widget
@@ -10,7 +10,7 @@ exec wish "$0" "$@"
# separate ".tcl" files is this directory, which are sourced by this script as
# needed.
#
-# RCS: @(#) $Id: widget,v 1.44 2007/11/01 11:34:00 das Exp $
+# RCS: @(#) $Id: widget,v 1.45 2007/11/02 23:48:11 dkf Exp $
package require Tcl 8.5
package require Tk 8.5
@@ -329,6 +329,8 @@ addFormattedText {
@@demo colors Colors: change the color scheme for the application
@@demo sayings A collection of famous and infamous sayings
@@new
+ @@demo mclist A multi-column list of countries
+ @@new
@@demo tree A directory browser tree
@@subtitle Entries, Spin-boxes and Combo-boxes