diff options
author | dkf <donal.k.fellows@manchester.ac.uk> | 2009-04-08 12:28:31 (GMT) |
---|---|---|
committer | dkf <donal.k.fellows@manchester.ac.uk> | 2009-04-08 12:28:31 (GMT) |
commit | 4faa67e4d06afe9911b4c329d77f735ab76985d0 (patch) | |
tree | dc92cd10c9a02a8927319343831956015a3bfc1e /library/demos/widget | |
parent | 5d063ab7b3a58f14bc462097c7a345f2de83f9b2 (diff) | |
download | tk-4faa67e4d06afe9911b4c329d77f735ab76985d0.zip tk-4faa67e4d06afe9911b4c329d77f735ab76985d0.tar.gz tk-4faa67e4d06afe9911b4c329d77f735ab76985d0.tar.bz2 |
Remove 'NEW' tags from sub-demos.
Diffstat (limited to 'library/demos/widget')
-rw-r--r-- | library/demos/widget | 20 |
1 files changed, 2 insertions, 18 deletions
diff --git a/library/demos/widget b/library/demos/widget index 2a775e1..0d393e7 100644 --- a/library/demos/widget +++ b/library/demos/widget @@ -10,7 +10,7 @@ exec wish "$0" ${1+"$@"} # separate ".tcl" files is this directory, which are sourced by this script as # needed. # -# RCS: @(#) $Id: widget,v 1.55 2009/03/25 23:27:14 nijtmans Exp $ +# RCS: @(#) $Id: widget,v 1.56 2009/04/08 12:28:32 dkf Exp $ package require Tcl 8.5 package require Tk 8.5 @@ -319,16 +319,13 @@ addFormattedText { @@demo image1 Two labels displaying images @@demo image2 A simple user interface for viewing images @@demo labelframe Labelled frames - @@new @@demo ttkbut The simple Themed Tk widgets @@subtitle Listboxes and Trees @@demo states The 50 states @@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 @@ -336,7 +333,6 @@ addFormattedText { @@demo entry2 Entries with scrollbars @@demo entry3 Validated entries and password fields @@demo spin Spin-boxes - @@new @@demo combo Combo-boxes @@demo form Simple Rolodex-like form @@ -346,7 +342,6 @@ addFormattedText { @@demo bind Hypertext (tag bindings) @@demo twind A text widget with embedded windows and other features @@demo search A search tool built with a text widget - @@new @@demo textpeer Peering text widgets @@subtitle Canvases @@ -357,46 +352,35 @@ addFormattedText { @@demo ruler A ruler with adjustable tab stops @@demo floor A building floor plan @@demo cscroll A simple scrollable canvas - @@new @@demo knightstour A Knight's tour of the chess board @@subtitle Scales and Progress Bars @@demo hscale Horizontal scale @@demo vscale Vertical scale - @@new @@demo ttkprogress Progress bar @@subtitle Paned Windows and Notebooks @@demo paned1 Horizontal paned window @@demo paned2 Vertical paned window - @@new @@demo ttkpane Themed nested panes - @@new @@demo ttknote Notebook widget @@subtitle Menus and Toolbars @@demo menu Menus and cascades (sub-menus) @@demo menubu Menu-buttons - @@new @@demo ttkmenu Themed menu buttons - @@new @@demo toolbar Themed toolbar @@subtitle Common Dialogs @@demo msgbox Message boxes @@demo filebox File selection dialog @@demo clrpick Color picker - @@new @@demo fontchoose Font selection dialog @@subtitle Animation - @@new @@demo anilabel Animated labels - @@new @@demo aniwave Animated wave - @@new @@demo pendulum Pendulum simulation - @@new @@demo goldberg A celebration of Rube Goldberg @@subtitle Miscellaneous @@ -725,7 +709,7 @@ proc tkAboutDialog {} { -message [mc "Tk widget demonstration application"] -detail \ "[mc {Copyright (c) %s} {1996-1997 Sun Microsystems, Inc.}] [mc {Copyright (c) %s} {1997-2000 Ajuba Solutions, Inc.}] -[mc {Copyright (c) %s} {2001-2007 Donal K. Fellows}] +[mc {Copyright (c) %s} {2001-2009 Donal K. Fellows}] [mc {Copyright (c) %s} {2002-2007 Daniel A. Steffen}]" } |