summaryrefslogtreecommitdiffstats
path: root/library/demos
diff options
context:
space:
mode:
authordgp <dgp@users.sourceforge.net>2011-06-08 16:13:24 (GMT)
committerdgp <dgp@users.sourceforge.net>2011-06-08 16:13:24 (GMT)
commit53febd68ad44f54d786016a07a2d1a158bc362d2 (patch)
tree786e9299901f14f9734842c8825ad34a73260a50 /library/demos
parenta17cc6e7864857dc63ad66ea35f82244d1addeef (diff)
downloadtk-53febd68ad44f54d786016a07a2d1a158bc362d2.zip
tk-53febd68ad44f54d786016a07a2d1a158bc362d2.tar.gz
tk-53febd68ad44f54d786016a07a2d1a158bc362d2.tar.bz2
Purge RCS Keywords.
Diffstat (limited to 'library/demos')
-rw-r--r--library/demos/README2
-rw-r--r--library/demos/arrow.tcl2
-rw-r--r--library/demos/bind.tcl2
-rw-r--r--library/demos/bitmap.tcl2
-rw-r--r--library/demos/browse2
-rw-r--r--library/demos/button.tcl2
-rw-r--r--library/demos/check.tcl2
-rw-r--r--library/demos/clrpick.tcl2
-rw-r--r--library/demos/colors.tcl2
-rw-r--r--library/demos/cscroll.tcl2
-rw-r--r--library/demos/ctext.tcl2
-rw-r--r--library/demos/dialog1.tcl2
-rw-r--r--library/demos/dialog2.tcl2
-rw-r--r--library/demos/entry1.tcl2
-rw-r--r--library/demos/entry2.tcl2
-rw-r--r--library/demos/entry3.tcl2
-rw-r--r--library/demos/filebox.tcl2
-rw-r--r--library/demos/floor.tcl2
-rw-r--r--library/demos/form.tcl2
-rw-r--r--library/demos/hello2
-rw-r--r--library/demos/hscale.tcl2
-rw-r--r--library/demos/icon.tcl2
-rw-r--r--library/demos/image1.tcl2
-rw-r--r--library/demos/image2.tcl2
-rw-r--r--library/demos/items.tcl2
-rw-r--r--library/demos/ixset2
-rw-r--r--library/demos/label.tcl2
-rw-r--r--library/demos/labelframe.tcl2
-rw-r--r--library/demos/menu.tcl2
-rw-r--r--library/demos/menubu.tcl2
-rw-r--r--library/demos/msgbox.tcl2
-rw-r--r--library/demos/paned1.tcl2
-rw-r--r--library/demos/paned2.tcl2
-rw-r--r--library/demos/plot.tcl2
-rw-r--r--library/demos/puzzle.tcl2
-rw-r--r--library/demos/radio.tcl2
-rw-r--r--library/demos/rmt2
-rw-r--r--library/demos/rolodex2
-rw-r--r--library/demos/ruler.tcl2
-rw-r--r--library/demos/sayings.tcl2
-rw-r--r--library/demos/search.tcl2
-rw-r--r--library/demos/spin.tcl2
-rw-r--r--library/demos/square2
-rw-r--r--library/demos/states.tcl2
-rw-r--r--library/demos/style.tcl2
-rw-r--r--library/demos/tcolor2
-rw-r--r--library/demos/text.tcl2
-rw-r--r--library/demos/timer2
-rw-r--r--library/demos/twind.tcl2
-rw-r--r--library/demos/unicodeout.tcl2
-rw-r--r--library/demos/vscale.tcl2
-rw-r--r--library/demos/widget2
52 files changed, 0 insertions, 104 deletions
diff --git a/library/demos/README b/library/demos/README
index bb69787..cb856cb 100644
--- a/library/demos/README
+++ b/library/demos/README
@@ -42,5 +42,3 @@ browse - A simple directory browser. Invoke it with and argument
giving the name of the directory you'd like to browse.
Double-click on files or subdirectories to browse them.
Control-c and control-q cause the program to exit.
-
-RCS: @(#) $Id: README,v 1.2 1998/09/14 18:23:25 stanton Exp $
diff --git a/library/demos/arrow.tcl b/library/demos/arrow.tcl
index 5d37233..61b17dc 100644
--- a/library/demos/arrow.tcl
+++ b/library/demos/arrow.tcl
@@ -2,8 +2,6 @@
#
# This demonstration script creates a canvas widget that displays a
# large line with an arrowhead whose shape can be edited interactively.
-#
-# RCS: @(#) $Id: arrow.tcl,v 1.3 2001/06/14 10:56:58 dkf Exp $
if {![info exists widgetDemo]} {
error "This script should be run from the \"widget\" demo."
diff --git a/library/demos/bind.tcl b/library/demos/bind.tcl
index 6b29612..4b4e1ac 100644
--- a/library/demos/bind.tcl
+++ b/library/demos/bind.tcl
@@ -2,8 +2,6 @@
#
# This demonstration script creates a text widget with bindings set
# up for hypertext-like effects.
-#
-# RCS: @(#) $Id: bind.tcl,v 1.2 1998/09/14 18:23:26 stanton Exp $
if {![info exists widgetDemo]} {
error "This script should be run from the \"widget\" demo."
diff --git a/library/demos/bitmap.tcl b/library/demos/bitmap.tcl
index cdb6f13..e0a5d94 100644
--- a/library/demos/bitmap.tcl
+++ b/library/demos/bitmap.tcl
@@ -2,8 +2,6 @@
#
# This demonstration script creates a toplevel window that displays
# all of Tk's built-in bitmaps.
-#
-# RCS: @(#) $Id: bitmap.tcl,v 1.2 1998/09/14 18:23:27 stanton Exp $
if {![info exists widgetDemo]} {
error "This script should be run from the \"widget\" demo."
diff --git a/library/demos/browse b/library/demos/browse
index b881b4d..2de9ec0 100644
--- a/library/demos/browse
+++ b/library/demos/browse
@@ -6,8 +6,6 @@ exec wish "$0" ${1+"$@"}
# This script generates a directory browser, which lists the working
# directory and allows you to open files or subdirectories by
# double-clicking.
-#
-# RCS: @(#) $Id: browse,v 1.4 2001/11/05 10:13:53 dkf Exp $
# Create a scrollbar on the right side of the main window and a listbox
# on the left side.
diff --git a/library/demos/button.tcl b/library/demos/button.tcl
index ef01e66..d11416c 100644
--- a/library/demos/button.tcl
+++ b/library/demos/button.tcl
@@ -2,8 +2,6 @@
#
# This demonstration script creates a toplevel window containing
# several button widgets.
-#
-# RCS: @(#) $Id: button.tcl,v 1.2.26.2 2007/05/30 13:24:01 das Exp $
if {![info exists widgetDemo]} {
error "This script should be run from the \"widget\" demo."
diff --git a/library/demos/check.tcl b/library/demos/check.tcl
index 6842d2e..4ec9ef3 100644
--- a/library/demos/check.tcl
+++ b/library/demos/check.tcl
@@ -2,8 +2,6 @@
#
# This demonstration script creates a toplevel window containing
# several checkbuttons.
-#
-# RCS: @(#) $Id: check.tcl,v 1.2 1998/09/14 18:23:27 stanton Exp $
if {![info exists widgetDemo]} {
error "This script should be run from the \"widget\" demo."
diff --git a/library/demos/clrpick.tcl b/library/demos/clrpick.tcl
index 5c1f018..4abd5a7 100644
--- a/library/demos/clrpick.tcl
+++ b/library/demos/clrpick.tcl
@@ -1,8 +1,6 @@
# clrpick.tcl --
#
# This demonstration script prompts the user to select a color.
-#
-# RCS: @(#) $Id: clrpick.tcl,v 1.3 2001/06/14 10:56:58 dkf Exp $
if {![info exists widgetDemo]} {
error "This script should be run from the \"widget\" demo."
diff --git a/library/demos/colors.tcl b/library/demos/colors.tcl
index 0a58db9..ff72bee 100644
--- a/library/demos/colors.tcl
+++ b/library/demos/colors.tcl
@@ -3,8 +3,6 @@
# This demonstration script creates a listbox widget that displays
# many of the colors from the X color database. You can click on
# a color to change the application's palette.
-#
-# RCS: @(#) $Id: colors.tcl,v 1.2 1998/09/14 18:23:27 stanton Exp $
if {![info exists widgetDemo]} {
error "This script should be run from the \"widget\" demo."
diff --git a/library/demos/cscroll.tcl b/library/demos/cscroll.tcl
index 1a01417..7fa1dcc 100644
--- a/library/demos/cscroll.tcl
+++ b/library/demos/cscroll.tcl
@@ -2,8 +2,6 @@
#
# This demonstration script creates a simple canvas that can be
# scrolled in two dimensions.
-#
-# RCS: @(#) $Id: cscroll.tcl,v 1.3.4.1 2005/12/13 03:44:42 das Exp $
if {![info exists widgetDemo]} {
error "This script should be run from the \"widget\" demo."
diff --git a/library/demos/ctext.tcl b/library/demos/ctext.tcl
index fb120a8..3be4b58 100644
--- a/library/demos/ctext.tcl
+++ b/library/demos/ctext.tcl
@@ -2,8 +2,6 @@
#
# This demonstration script creates a canvas widget with a text
# item that can be edited and reconfigured in various ways.
-#
-# RCS: @(#) $Id: ctext.tcl,v 1.3 2001/06/14 10:56:58 dkf Exp $
if {![info exists widgetDemo]} {
error "This script should be run from the \"widget\" demo."
diff --git a/library/demos/dialog1.tcl b/library/demos/dialog1.tcl
index e76bab3..5c572be 100644
--- a/library/demos/dialog1.tcl
+++ b/library/demos/dialog1.tcl
@@ -1,8 +1,6 @@
# dialog1.tcl --
#
# This demonstration script creates a dialog box with a local grab.
-#
-# RCS: @(#) $Id: dialog1.tcl,v 1.2 1998/09/14 18:23:27 stanton Exp $
after idle {.dialog1.msg configure -wraplength 4i}
set i [tk_dialog .dialog1 "Dialog with local grab" {This is a modal dialog box. It uses Tk's "grab" command to create a "local grab" on the dialog box. The grab prevents any pointer-related events from getting to any other windows in the application until you have answered the dialog by invoking one of the buttons below. However, you can still interact with other applications.} \
diff --git a/library/demos/dialog2.tcl b/library/demos/dialog2.tcl
index 502ac8b..2f45da8 100644
--- a/library/demos/dialog2.tcl
+++ b/library/demos/dialog2.tcl
@@ -1,8 +1,6 @@
# dialog2.tcl --
#
# This demonstration script creates a dialog box with a global grab.
-#
-# RCS: @(#) $Id: dialog2.tcl,v 1.3 2001/11/05 10:13:53 dkf Exp $
after idle {
.dialog2.msg configure -wraplength 4i
diff --git a/library/demos/entry1.tcl b/library/demos/entry1.tcl
index 5d00b2c..0136b84 100644
--- a/library/demos/entry1.tcl
+++ b/library/demos/entry1.tcl
@@ -2,8 +2,6 @@
#
# This demonstration script creates several entry widgets without
# scrollbars.
-#
-# RCS: @(#) $Id: entry1.tcl,v 1.2 1998/09/14 18:23:28 stanton Exp $
if {![info exists widgetDemo]} {
error "This script should be run from the \"widget\" demo."
diff --git a/library/demos/entry2.tcl b/library/demos/entry2.tcl
index ffd9ae6..a81e0d5 100644
--- a/library/demos/entry2.tcl
+++ b/library/demos/entry2.tcl
@@ -2,8 +2,6 @@
#
# This demonstration script is the same as the entry1.tcl script
# except that it creates scrollbars for the entries.
-#
-# RCS: @(#) $Id: entry2.tcl,v 1.2 1998/09/14 18:23:28 stanton Exp $
if {![info exists widgetDemo]} {
error "This script should be run from the \"widget\" demo."
diff --git a/library/demos/entry3.tcl b/library/demos/entry3.tcl
index 3e88a7a..36daf5b 100644
--- a/library/demos/entry3.tcl
+++ b/library/demos/entry3.tcl
@@ -3,8 +3,6 @@
# This demonstration script creates several entry widgets whose
# permitted input is constrained in some way. It also shows off a
# password entry.
-#
-# RCS: @(#) $Id: entry3.tcl,v 1.1 2001/11/19 14:02:29 dkf Exp $
if {![info exists widgetDemo]} {
error "This script should be run from the \"widget\" demo."
diff --git a/library/demos/filebox.tcl b/library/demos/filebox.tcl
index bb6f251..5ac67cb 100644
--- a/library/demos/filebox.tcl
+++ b/library/demos/filebox.tcl
@@ -1,8 +1,6 @@
# filebox.tcl --
#
# This demonstration script prompts the user to select a file.
-#
-# RCS: @(#) $Id: filebox.tcl,v 1.3.4.1 2004/09/10 20:48:41 dkf Exp $
if {![info exists widgetDemo]} {
error "This script should be run from the \"widget\" demo."
diff --git a/library/demos/floor.tcl b/library/demos/floor.tcl
index 2435544..abd921e 100644
--- a/library/demos/floor.tcl
+++ b/library/demos/floor.tcl
@@ -2,8 +2,6 @@
#
# This demonstration script creates a canvas widet that displays the
# floorplan for DEC's Western Research Laboratory.
-#
-# RCS: @(#) $Id: floor.tcl,v 1.3 2001/06/14 10:56:58 dkf Exp $
if {![info exists widgetDemo]} {
error "This script should be run from the \"widget\" demo."
diff --git a/library/demos/form.tcl b/library/demos/form.tcl
index a6d5062..579b4af 100644
--- a/library/demos/form.tcl
+++ b/library/demos/form.tcl
@@ -2,8 +2,6 @@
#
# This demonstration script creates a simple form with a bunch
# of entry widgets.
-#
-# RCS: @(#) $Id: form.tcl,v 1.2 1998/09/14 18:23:28 stanton Exp $
if {![info exists widgetDemo]} {
error "This script should be run from the \"widget\" demo."
diff --git a/library/demos/hello b/library/demos/hello
index ac5cdff..42aef2d 100644
--- a/library/demos/hello
+++ b/library/demos/hello
@@ -5,8 +5,6 @@ exec wish "$0" "$@"
# hello --
# Simple Tk script to create a button that prints "Hello, world".
# Click on the button to terminate the program.
-#
-# RCS: @(#) $Id: hello,v 1.3 2001/10/29 16:42:20 dkf Exp $
#
# The first line below creates the button, and the second line
# asks the packer to shrink-wrap the application's main window
diff --git a/library/demos/hscale.tcl b/library/demos/hscale.tcl
index a9b3761..4902d8e 100644
--- a/library/demos/hscale.tcl
+++ b/library/demos/hscale.tcl
@@ -1,8 +1,6 @@
# hscale.tcl --
#
# This demonstration script shows an example with a horizontal scale.
-#
-# RCS: @(#) $Id: hscale.tcl,v 1.3 2001/06/14 10:56:58 dkf Exp $
if {![info exists widgetDemo]} {
error "This script should be run from the \"widget\" demo."
diff --git a/library/demos/icon.tcl b/library/demos/icon.tcl
index 6a561c4..4452b91 100644
--- a/library/demos/icon.tcl
+++ b/library/demos/icon.tcl
@@ -2,8 +2,6 @@
#
# This demonstration script creates a toplevel window containing
# buttons that display bitmaps instead of text.
-#
-# RCS: @(#) $Id: icon.tcl,v 1.2 1998/09/14 18:23:28 stanton Exp $
if {![info exists widgetDemo]} {
error "This script should be run from the \"widget\" demo."
diff --git a/library/demos/image1.tcl b/library/demos/image1.tcl
index 06da5a8..a4226ac 100644
--- a/library/demos/image1.tcl
+++ b/library/demos/image1.tcl
@@ -1,8 +1,6 @@
# image1.tcl --
#
# This demonstration script displays two image widgets.
-#
-# RCS: @(#) $Id: image1.tcl,v 1.2 1998/09/14 18:23:28 stanton Exp $
if {![info exists widgetDemo]} {
error "This script should be run from the \"widget\" demo."
diff --git a/library/demos/image2.tcl b/library/demos/image2.tcl
index 9328e8a..67560b3 100644
--- a/library/demos/image2.tcl
+++ b/library/demos/image2.tcl
@@ -2,8 +2,6 @@
#
# This demonstration script creates a simple collection of widgets
# that allow you to select and view images in a Tk label.
-#
-# RCS: @(#) $Id: image2.tcl,v 1.6 2002/08/12 13:38:48 dkf Exp $
if {![info exists widgetDemo]} {
error "This script should be run from the \"widget\" demo."
diff --git a/library/demos/items.tcl b/library/demos/items.tcl
index 91ea32a..b4d91f8 100644
--- a/library/demos/items.tcl
+++ b/library/demos/items.tcl
@@ -2,8 +2,6 @@
#
# This demonstration script creates a canvas that displays the
# canvas item types.
-#
-# RCS: @(#) $Id: items.tcl,v 1.3 2001/06/14 10:56:58 dkf Exp $
if {![info exists widgetDemo]} {
error "This script should be run from the \"widget\" demo."
diff --git a/library/demos/ixset b/library/demos/ixset
index 3ae2689..1677542 100644
--- a/library/demos/ixset
+++ b/library/demos/ixset
@@ -8,8 +8,6 @@ exec wish "$0" ${1+"$@"}
# History :
# 91/11/23 : pda@masi.ibp.fr, jt@ratp.fr : design
# 92/08/01 : pda@masi.ibp.fr : cleaning
-#
-# RCS: @(#) $Id: ixset,v 1.4 2001/11/05 10:13:53 dkf Exp $
#
# Button actions
diff --git a/library/demos/label.tcl b/library/demos/label.tcl
index 47babe6..c572c2d 100644
--- a/library/demos/label.tcl
+++ b/library/demos/label.tcl
@@ -2,8 +2,6 @@
#
# This demonstration script creates a toplevel window containing
# several label widgets.
-#
-# RCS: @(#) $Id: label.tcl,v 1.2 1998/09/14 18:23:29 stanton Exp $
if {![info exists widgetDemo]} {
error "This script should be run from the \"widget\" demo."
diff --git a/library/demos/labelframe.tcl b/library/demos/labelframe.tcl
index af8954b..127852e 100644
--- a/library/demos/labelframe.tcl
+++ b/library/demos/labelframe.tcl
@@ -2,8 +2,6 @@
#
# This demonstration script creates a toplevel window containing
# several labelframe widgets.
-#
-# RCS: @(#) $Id: labelframe.tcl,v 1.2 2001/10/30 11:21:50 dkf Exp $
if {![info exists widgetDemo]} {
error "This script should be run from the \"widget\" demo."
diff --git a/library/demos/menu.tcl b/library/demos/menu.tcl
index 9ac2809..2c3e83e 100644
--- a/library/demos/menu.tcl
+++ b/library/demos/menu.tcl
@@ -2,8 +2,6 @@
#
# This demonstration script creates a window with a bunch of menus
# and cascaded menus using menubars.
-#
-# RCS: @(#) $Id: menu.tcl,v 1.4.2.3 2007/04/29 02:24:24 das Exp $
if {![info exists widgetDemo]} {
error "This script should be run from the \"widget\" demo."
diff --git a/library/demos/menubu.tcl b/library/demos/menubu.tcl
index f931f73..b506161 100644
--- a/library/demos/menubu.tcl
+++ b/library/demos/menubu.tcl
@@ -2,8 +2,6 @@
#
# This demonstration script creates a window with a bunch of menus
# and cascaded menus using menubuttons.
-#
-# # RCS: @(#) $Id: menubu.tcl,v 1.3.2.1 2007/04/29 02:24:24 das Exp $
if {![info exists widgetDemo]} {
error "This script should be run from the \"widget\" demo."
diff --git a/library/demos/msgbox.tcl b/library/demos/msgbox.tcl
index 4af68dc..51efde6 100644
--- a/library/demos/msgbox.tcl
+++ b/library/demos/msgbox.tcl
@@ -1,8 +1,6 @@
# msgbox.tcl --
#
# This demonstration script creates message boxes of various type
-#
-# RCS: @(#) $Id: msgbox.tcl,v 1.2 1998/09/14 18:23:29 stanton Exp $
if {![info exists widgetDemo]} {
error "This script should be run from the \"widget\" demo."
diff --git a/library/demos/paned1.tcl b/library/demos/paned1.tcl
index dbdd582..2e01a22 100644
--- a/library/demos/paned1.tcl
+++ b/library/demos/paned1.tcl
@@ -2,8 +2,6 @@
#
# This demonstration script creates a toplevel window containing
# a paned window that separates two windows horizontally.
-#
-# RCS: @(#) $Id: paned1.tcl,v 1.1 2002/02/22 14:07:01 dkf Exp $
if {![info exists widgetDemo]} {
error "This script should be run from the \"widget\" demo."
diff --git a/library/demos/paned2.tcl b/library/demos/paned2.tcl
index 95495e6..9f6f22a 100644
--- a/library/demos/paned2.tcl
+++ b/library/demos/paned2.tcl
@@ -2,8 +2,6 @@
#
# This demonstration script creates a toplevel window containing
# a paned window that separates two windows vertically.
-#
-# RCS: @(#) $Id: paned2.tcl,v 1.1 2002/02/22 14:07:01 dkf Exp $
if {![info exists widgetDemo]} {
error "This script should be run from the \"widget\" demo."
diff --git a/library/demos/plot.tcl b/library/demos/plot.tcl
index 011f140..cd7fbd8 100644
--- a/library/demos/plot.tcl
+++ b/library/demos/plot.tcl
@@ -2,8 +2,6 @@
#
# This demonstration script creates a canvas widget showing a 2-D
# plot with data points that can be dragged with the mouse.
-#
-# RCS: @(#) $Id: plot.tcl,v 1.3 2001/06/14 10:56:58 dkf Exp $
if {![info exists widgetDemo]} {
error "This script should be run from the \"widget\" demo."
diff --git a/library/demos/puzzle.tcl b/library/demos/puzzle.tcl
index 66de20c..4273926 100644
--- a/library/demos/puzzle.tcl
+++ b/library/demos/puzzle.tcl
@@ -2,8 +2,6 @@
#
# This demonstration script creates a 15-puzzle game using a collection
# of buttons.
-#
-# RCS: @(#) $Id: puzzle.tcl,v 1.4.2.1 2007/04/29 02:24:24 das Exp $
if {![info exists widgetDemo]} {
error "This script should be run from the \"widget\" demo."
diff --git a/library/demos/radio.tcl b/library/demos/radio.tcl
index 172200b..a9a2a73 100644
--- a/library/demos/radio.tcl
+++ b/library/demos/radio.tcl
@@ -2,8 +2,6 @@
#
# This demonstration script creates a toplevel window containing
# several radiobutton widgets.
-#
-# RCS: @(#) $Id: radio.tcl,v 1.4 2001/11/12 14:32:50 dkf Exp $
if {![info exists widgetDemo]} {
error "This script should be run from the \"widget\" demo."
diff --git a/library/demos/rmt b/library/demos/rmt
index 2dcb47b..3484744 100644
--- a/library/demos/rmt
+++ b/library/demos/rmt
@@ -6,8 +6,6 @@ exec wish "$0" "$@"
# This script implements a simple remote-control mechanism for
# Tk applications. It allows you to select an application and
# then type commands to that application.
-#
-# RCS: @(#) $Id: rmt,v 1.3 2001/10/29 16:23:32 dkf Exp $
wm title . "Tk Remote Controller"
wm iconname . "Tk Remote"
diff --git a/library/demos/rolodex b/library/demos/rolodex
index e117edf..50ac590 100644
--- a/library/demos/rolodex
+++ b/library/demos/rolodex
@@ -7,8 +7,6 @@ exec wish "$0" ${1+"$@"}
# benchmark. It creates something that has some of the look and
# feel of a rolodex program, although it's lifeless and doesn't
# actually do the rolodex application.
-#
-# RCS: @(#) $Id: rolodex,v 1.4 2001/11/05 10:13:53 dkf Exp $
foreach i [winfo child .] {
catch {destroy $i}
diff --git a/library/demos/ruler.tcl b/library/demos/ruler.tcl
index 86f18dc..ccdb1fc 100644
--- a/library/demos/ruler.tcl
+++ b/library/demos/ruler.tcl
@@ -2,8 +2,6 @@
#
# This demonstration script creates a canvas widget that displays a ruler
# with tab stops that can be set, moved, and deleted.
-#
-# RCS: @(#) $Id: ruler.tcl,v 1.3 2001/06/14 10:56:58 dkf Exp $
if {![info exists widgetDemo]} {
error "This script should be run from the \"widget\" demo."
diff --git a/library/demos/sayings.tcl b/library/demos/sayings.tcl
index a31012f..72c141c 100644
--- a/library/demos/sayings.tcl
+++ b/library/demos/sayings.tcl
@@ -3,8 +3,6 @@
# This demonstration script creates a listbox that can be scrolled
# both horizontally and vertically. It displays a collection of
# well-known sayings.
-#
-# RCS: @(#) $Id: sayings.tcl,v 1.2 1998/09/14 18:23:30 stanton Exp $
if {![info exists widgetDemo]} {
error "This script should be run from the \"widget\" demo."
diff --git a/library/demos/search.tcl b/library/demos/search.tcl
index d5740b6..3a5e9bc 100644
--- a/library/demos/search.tcl
+++ b/library/demos/search.tcl
@@ -3,8 +3,6 @@
# This demonstration script creates a collection of widgets that
# allow you to load a file into a text widget, then perform searches
# on that file.
-#
-# RCS: @(#) $Id: search.tcl,v 1.2 1998/09/14 18:23:30 stanton Exp $
if {![info exists widgetDemo]} {
error "This script should be run from the \"widget\" demo."
diff --git a/library/demos/spin.tcl b/library/demos/spin.tcl
index 61b4a38..b31d76d 100644
--- a/library/demos/spin.tcl
+++ b/library/demos/spin.tcl
@@ -1,8 +1,6 @@
# spin.tcl --
#
# This demonstration script creates several spinbox widgets.
-#
-# RCS: @(#) $Id: spin.tcl,v 1.1 2001/10/30 11:21:50 dkf Exp $
if {![info exists widgetDemo]} {
error "This script should be run from the \"widget\" demo."
diff --git a/library/demos/square b/library/demos/square
index b02e187..5b5ca24 100644
--- a/library/demos/square
+++ b/library/demos/square
@@ -10,8 +10,6 @@ exec wish "$0" "$@"
#
# Button-1 press/drag: moves square to mouse
# "a": toggle size animation on/off
-#
-# RCS: @(#) $Id: square,v 1.2 1998/09/14 18:23:30 stanton Exp $
square .s
pack .s -expand yes -fill both
diff --git a/library/demos/states.tcl b/library/demos/states.tcl
index 7b7df6d..2455cf9 100644
--- a/library/demos/states.tcl
+++ b/library/demos/states.tcl
@@ -2,8 +2,6 @@
#
# This demonstration script creates a listbox widget that displays
# the names of the 50 states in the United States of America.
-#
-# RCS: @(#) $Id: states.tcl,v 1.2 1998/09/14 18:23:30 stanton Exp $
if {![info exists widgetDemo]} {
error "This script should be run from the \"widget\" demo."
diff --git a/library/demos/style.tcl b/library/demos/style.tcl
index bc3ce80..52b7dc1 100644
--- a/library/demos/style.tcl
+++ b/library/demos/style.tcl
@@ -2,8 +2,6 @@
#
# This demonstration script creates a text widget that illustrates the
# various display styles that may be set for tags.
-#
-# RCS: @(#) $Id: style.tcl,v 1.2 1998/09/14 18:23:30 stanton Exp $
if {![info exists widgetDemo]} {
error "This script should be run from the \"widget\" demo."
diff --git a/library/demos/tcolor b/library/demos/tcolor
index ae3cad0..d5fa233 100644
--- a/library/demos/tcolor
+++ b/library/demos/tcolor
@@ -6,8 +6,6 @@ exec wish "$0" "$@"
# This script implements a simple color editor, where you can
# create colors using either the RGB, HSB, or CYM color spaces
# and apply the color to existing applications.
-#
-# RCS: @(#) $Id: tcolor,v 1.3 2001/10/29 16:23:32 dkf Exp $
wm title . "Color Editor"
diff --git a/library/demos/text.tcl b/library/demos/text.tcl
index ca06917..52d6030 100644
--- a/library/demos/text.tcl
+++ b/library/demos/text.tcl
@@ -2,8 +2,6 @@
#
# This demonstration script creates a text widget that describes
# the basic editing functions.
-#
-# RCS: @(#) $Id: text.tcl,v 1.3 2001/11/15 11:55:26 dkf Exp $
if {![info exists widgetDemo]} {
error "This script should be run from the \"widget\" demo."
diff --git a/library/demos/timer b/library/demos/timer
index 5255403..cfa3651 100644
--- a/library/demos/timer
+++ b/library/demos/timer
@@ -4,8 +4,6 @@ exec wish "$0" "$@"
# timer --
# This script generates a counter with start and stop buttons.
-#
-# RCS: @(#) $Id: timer,v 1.3 2001/10/29 16:23:33 dkf Exp $
label .counter -text 0.00 -relief raised -width 10 -padx 2m -pady 1m
button .start -text Start -command {
diff --git a/library/demos/twind.tcl b/library/demos/twind.tcl
index 8dff2dd..7f5b9b7 100644
--- a/library/demos/twind.tcl
+++ b/library/demos/twind.tcl
@@ -2,8 +2,6 @@
#
# This demonstration script creates a text widget with a bunch of
# embedded windows.
-#
-# RCS: @(#) $Id: twind.tcl,v 1.3 2001/06/14 10:56:58 dkf Exp $
if {![info exists widgetDemo]} {
error "This script should be run from the \"widget\" demo."
diff --git a/library/demos/unicodeout.tcl b/library/demos/unicodeout.tcl
index bdf6fe6..ec0b7d0 100644
--- a/library/demos/unicodeout.tcl
+++ b/library/demos/unicodeout.tcl
@@ -2,8 +2,6 @@
#
# This demonstration script shows how you can produce output (in label
# widgets) using many different alphabets.
-#
-# RCS: @(#) $Id: unicodeout.tcl,v 1.2 2003/02/21 13:05:06 dkf Exp $
if {![info exists widgetDemo]} {
error "This script should be run from the \"widget\" demo."
diff --git a/library/demos/vscale.tcl b/library/demos/vscale.tcl
index cb89ec3..b04201d 100644
--- a/library/demos/vscale.tcl
+++ b/library/demos/vscale.tcl
@@ -1,8 +1,6 @@
# vscale.tcl --
#
# This demonstration script shows an example with a vertical scale.
-#
-# RCS: @(#) $Id: vscale.tcl,v 1.3 2001/06/14 10:56:58 dkf Exp $
if {![info exists widgetDemo]} {
error "This script should be run from the \"widget\" demo."
diff --git a/library/demos/widget b/library/demos/widget
index 581aab6..f99760e 100644
--- a/library/demos/widget
+++ b/library/demos/widget
@@ -10,8 +10,6 @@ exec wish "$0" "$@"
# code for the actual demonstrations is contained in separate
# ".tcl" files is this directory, which are sourced by this script
# as needed.
-#
-# RCS: @(#) $Id: widget,v 1.9.2.3 2007/11/09 06:48:32 das Exp $
eval destroy [winfo child .]
wm title . "Widget Demonstration"