summaryrefslogtreecommitdiffstats
path: root/library/demos/widget
diff options
context:
space:
mode:
authordkf <donal.k.fellows@manchester.ac.uk>2009-12-10 11:44:07 (GMT)
committerdkf <donal.k.fellows@manchester.ac.uk>2009-12-10 11:44:07 (GMT)
commit5b3f4bfba8cb25228752d9e4b5369620020c3ddb (patch)
treec7d6d1be3e5bba45be66f481b18525de2575b171 /library/demos/widget
parentf3db0a4fe9d14d328b4695b9323aa52281c6b7d6 (diff)
downloadtk-5b3f4bfba8cb25228752d9e4b5369620020c3ddb.zip
tk-5b3f4bfba8cb25228752d9e4b5369620020c3ddb.tar.gz
tk-5b3f4bfba8cb25228752d9e4b5369620020c3ddb.tar.bz2
Added demo of ttk::scale widget.
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 6974a38..8fefbbd 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.51.2.1 2009/04/10 16:40:12 das Exp $
+# RCS: @(#) $Id: widget,v 1.51.2.2 2009/12/10 11:44:07 dkf Exp $
package require Tcl 8.5
package require Tk 8.5
@@ -365,6 +365,8 @@ addFormattedText {
@@demo hscale Horizontal scale
@@demo vscale Vertical scale
@@new
+ @@demo ttkscale Themed scale linked to a label with traces
+ @@new
@@demo ttkprogress Progress bar
@@subtitle Paned Windows and Notebooks