summaryrefslogtreecommitdiffstats
path: root/library/demos/widget
diff options
context:
space:
mode:
authordkf <dkf@noemail.net>2007-11-02 23:48:09 (GMT)
committerdkf <dkf@noemail.net>2007-11-02 23:48:09 (GMT)
commit17206fe73659180d7142ae074cf5f827d85d4d5f (patch)
tree7c7e9d8a1aecefe693dbe8ea88a3e36ce5819cb8 /library/demos/widget
parent32439654285aadf61a668cdc3deabf496db61426 (diff)
downloadtk-17206fe73659180d7142ae074cf5f827d85d4d5f.zip
tk-17206fe73659180d7142ae074cf5f827d85d4d5f.tar.gz
tk-17206fe73659180d7142ae074cf5f827d85d4d5f.tar.bz2
Added a demo of how to do a multi-column sortable listbox.
FossilOrigin-Name: dc95a5cc8adde8a64f7da1bb513aebf60c452ae9
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