diff options
author | das <das> | 2008-12-20 01:33:59 (GMT) |
---|---|---|
committer | das <das> | 2008-12-20 01:33:59 (GMT) |
commit | d653caf48f421587bb66f2d7c2b93919ab48581b (patch) | |
tree | ffad9a30bfd9f1fdf84e7e573fb6b82f44a671db | |
parent | 79cdb632c0db04d2028075214358236c021ddd9b (diff) | |
download | tk-d653caf48f421587bb66f2d7c2b93919ab48581b.zip tk-d653caf48f421587bb66f2d7c2b93919ab48581b.tar.gz tk-d653caf48f421587bb66f2d7c2b93919ab48581b.tar.bz2 |
mark fontchooser demo as new
-rw-r--r-- | library/demos/widget | 3 |
1 files changed, 2 insertions, 1 deletions
diff --git a/library/demos/widget b/library/demos/widget index 5c4f722..f4f21b1 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.53 2008/12/12 02:02:35 patthoyts Exp $ +# RCS: @(#) $Id: widget,v 1.54 2008/12/20 01:33:59 das Exp $ package require Tcl 8.5 package require Tk 8.5 @@ -386,6 +386,7 @@ addFormattedText { @@demo msgbox Message boxes @@demo filebox File selection dialog @@demo clrpick Color picker + @@new @@demo fontchoose Font selection dialog @@subtitle Animation |