diff options
author | das <das> | 2008-12-20 01:33:59 (GMT) |
---|---|---|
committer | das <das> | 2008-12-20 01:33:59 (GMT) |
commit | 7fa3f98b3c3c882ee7767fd61bb8e44fca6f2342 (patch) | |
tree | ffad9a30bfd9f1fdf84e7e573fb6b82f44a671db /library | |
parent | a4f1e39b5317599c46abde0997d1b188b1453ee1 (diff) | |
download | tk-7fa3f98b3c3c882ee7767fd61bb8e44fca6f2342.zip tk-7fa3f98b3c3c882ee7767fd61bb8e44fca6f2342.tar.gz tk-7fa3f98b3c3c882ee7767fd61bb8e44fca6f2342.tar.bz2 |
mark fontchooser demo as new
Diffstat (limited to 'library')
-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 |