OSDN Git Service

touched all tk files to ease next import
[pf3gnuchains/pf3gnuchains4x.git] / tk / library / demos / square
index 743016f..4a17ef1 100755 (executable)
@@ -11,7 +11,7 @@ exec wish "$0" "$@"
 # Button-1 press/drag:         moves square to mouse
 # "a":                         toggle size animation on/off
 #
-# SCCS: @(#) square 1.7 97/02/24 16:42:31
+# RCS: @(#) $Id$
 
 square .s
 pack .s -expand yes -fill both
@@ -53,3 +53,4 @@ proc timer {} {
     .s size [expr {$s+$inc}]
     after 30 timer
 }
+