summaryrefslogtreecommitdiffstats
path: root/library/ttk
diff options
context:
space:
mode:
authordgp <dgp@users.sourceforge.net>2011-06-08 17:44:55 (GMT)
committerdgp <dgp@users.sourceforge.net>2011-06-08 17:44:55 (GMT)
commitf82363df5a9880843a53135479757dfeba08f045 (patch)
tree2feace2ac90d8666eb2dd198d83307c99a4487ea /library/ttk
parent5ec27c2ab70054b6847e2e9b3610dc994d9e833e (diff)
parent53febd68ad44f54d786016a07a2d1a158bc362d2 (diff)
downloadtk-f82363df5a9880843a53135479757dfeba08f045.zip
tk-f82363df5a9880843a53135479757dfeba08f045.tar.gz
tk-f82363df5a9880843a53135479757dfeba08f045.tar.bz2
Purge RCS Keywords.
Diffstat (limited to 'library/ttk')
-rw-r--r--library/ttk/altTheme.tcl2
-rw-r--r--library/ttk/aquaTheme.tcl2
-rw-r--r--library/ttk/button.tcl2
-rw-r--r--library/ttk/clamTheme.tcl2
-rw-r--r--library/ttk/classicTheme.tcl2
-rw-r--r--library/ttk/combobox.tcl2
-rw-r--r--library/ttk/cursors.tcl2
-rw-r--r--library/ttk/defaults.tcl2
-rw-r--r--library/ttk/entry.tcl2
-rw-r--r--library/ttk/fonts.tcl2
-rw-r--r--library/ttk/menubutton.tcl2
-rw-r--r--library/ttk/notebook.tcl2
-rw-r--r--library/ttk/panedwindow.tcl2
-rw-r--r--library/ttk/progress.tcl2
-rw-r--r--library/ttk/scale.tcl2
-rw-r--r--library/ttk/scrollbar.tcl2
-rw-r--r--library/ttk/sizegrip.tcl2
-rw-r--r--library/ttk/spinbox.tcl2
-rw-r--r--library/ttk/treeview.tcl1
-rw-r--r--library/ttk/ttk.tcl2
-rw-r--r--library/ttk/utils.tcl2
-rw-r--r--library/ttk/winTheme.tcl2
-rw-r--r--library/ttk/xpTheme.tcl2
23 files changed, 0 insertions, 45 deletions
diff --git a/library/ttk/altTheme.tcl b/library/ttk/altTheme.tcl
index 28e1bc1..d57227c 100644
--- a/library/ttk/altTheme.tcl
+++ b/library/ttk/altTheme.tcl
@@ -1,6 +1,4 @@
#
-# $Id: altTheme.tcl,v 1.6.2.1 2010/08/26 02:06:10 hobbs Exp $
-#
# Ttk widget set: Alternate theme
#
diff --git a/library/ttk/aquaTheme.tcl b/library/ttk/aquaTheme.tcl
index 471e919..fa0fa12 100644
--- a/library/ttk/aquaTheme.tcl
+++ b/library/ttk/aquaTheme.tcl
@@ -1,6 +1,4 @@
#
-# $Id: aquaTheme.tcl,v 1.11.2.2 2010/08/26 02:06:10 hobbs Exp $
-#
# Aqua theme (OSX native look and feel)
#
diff --git a/library/ttk/button.tcl b/library/ttk/button.tcl
index 8ccdb91..9f2cec7 100644
--- a/library/ttk/button.tcl
+++ b/library/ttk/button.tcl
@@ -1,6 +1,4 @@
#
-# $Id: button.tcl,v 1.2.4.1 2010/08/26 02:06:10 hobbs Exp $
-#
# Bindings for Buttons, Checkbuttons, and Radiobuttons.
#
# Notes: <Button1-Leave>, <Button1-Enter> only control the "pressed"
diff --git a/library/ttk/clamTheme.tcl b/library/ttk/clamTheme.tcl
index ea29abe..f184ea0 100644
--- a/library/ttk/clamTheme.tcl
+++ b/library/ttk/clamTheme.tcl
@@ -1,6 +1,4 @@
#
-# $Id: clamTheme.tcl,v 1.6.2.1 2010/08/26 02:06:10 hobbs Exp $
-#
# "Clam" theme.
#
# Inspired by the XFCE family of Gnome themes.
diff --git a/library/ttk/classicTheme.tcl b/library/ttk/classicTheme.tcl
index bd165a5..7e3eff5 100644
--- a/library/ttk/classicTheme.tcl
+++ b/library/ttk/classicTheme.tcl
@@ -1,6 +1,4 @@
#
-# $Id: classicTheme.tcl,v 1.6.2.1 2010/08/26 02:06:10 hobbs Exp $
-#
# "classic" Tk theme.
#
# Implements Tk's traditional Motif-like look and feel.
diff --git a/library/ttk/combobox.tcl b/library/ttk/combobox.tcl
index f04aaaa..eab3e1a 100644
--- a/library/ttk/combobox.tcl
+++ b/library/ttk/combobox.tcl
@@ -1,6 +1,4 @@
#
-# $Id: combobox.tcl,v 1.12.2.4 2010/08/26 02:06:10 hobbs Exp $
-#
# Combobox bindings.
#
# <<NOTE-WM-TRANSIENT>>:
diff --git a/library/ttk/cursors.tcl b/library/ttk/cursors.tcl
index 23198bd..75f7791 100644
--- a/library/ttk/cursors.tcl
+++ b/library/ttk/cursors.tcl
@@ -1,6 +1,4 @@
#
-# $Id: cursors.tcl,v 1.1.4.2 2010/08/26 02:06:10 hobbs Exp $
-#
# Map symbolic cursor names to platform-appropriate cursors.
#
# The following cursors are defined:
diff --git a/library/ttk/defaults.tcl b/library/ttk/defaults.tcl
index 30830de..05a46bd 100644
--- a/library/ttk/defaults.tcl
+++ b/library/ttk/defaults.tcl
@@ -1,6 +1,4 @@
#
-# $Id: defaults.tcl,v 1.6.2.1 2010/08/26 02:06:10 hobbs Exp $
-#
# Settings for default theme.
#
diff --git a/library/ttk/entry.tcl b/library/ttk/entry.tcl
index ebabcb4..e60df90 100644
--- a/library/ttk/entry.tcl
+++ b/library/ttk/entry.tcl
@@ -1,6 +1,4 @@
#
-# $Id: entry.tcl,v 1.4.2.2 2010/09/01 16:40:15 jenglish Exp $
-#
# DERIVED FROM: tk/library/entry.tcl r1.22
#
# Copyright (c) 1992-1994 The Regents of the University of California.
diff --git a/library/ttk/fonts.tcl b/library/ttk/fonts.tcl
index 93ced36..52298c5 100644
--- a/library/ttk/fonts.tcl
+++ b/library/ttk/fonts.tcl
@@ -1,6 +1,4 @@
#
-# $Id: fonts.tcl,v 1.11 2007/12/13 15:27:08 dgp Exp $
-#
# Font specifications.
#
# This file, [source]d at initialization time, sets up the following
diff --git a/library/ttk/menubutton.tcl b/library/ttk/menubutton.tcl
index fec276e..093bb02 100644
--- a/library/ttk/menubutton.tcl
+++ b/library/ttk/menubutton.tcl
@@ -1,6 +1,4 @@
#
-# $Id: menubutton.tcl,v 1.1 2006/10/31 01:42:27 hobbs Exp $
-#
# Bindings for Menubuttons.
#
# Menubuttons have three interaction modes:
diff --git a/library/ttk/notebook.tcl b/library/ttk/notebook.tcl
index cf5ffc1..d424b6c 100644
--- a/library/ttk/notebook.tcl
+++ b/library/ttk/notebook.tcl
@@ -1,6 +1,4 @@
#
-# $Id: notebook.tcl,v 1.4.4.1 2010/08/26 02:06:10 hobbs Exp $
-#
# Bindings for TNotebook widget
#
diff --git a/library/ttk/panedwindow.tcl b/library/ttk/panedwindow.tcl
index 06c6c50..a2e073b 100644
--- a/library/ttk/panedwindow.tcl
+++ b/library/ttk/panedwindow.tcl
@@ -1,6 +1,4 @@
#
-# $Id: panedwindow.tcl,v 1.5.2.1 2010/08/26 02:06:10 hobbs Exp $
-#
# Bindings for ttk::panedwindow widget.
#
diff --git a/library/ttk/progress.tcl b/library/ttk/progress.tcl
index f457bbe..b6e2ffb 100644
--- a/library/ttk/progress.tcl
+++ b/library/ttk/progress.tcl
@@ -1,6 +1,4 @@
#
-# $Id: progress.tcl,v 1.1 2006/10/31 01:42:27 hobbs Exp $
-#
# Ttk widget set: progress bar utilities.
#
diff --git a/library/ttk/scale.tcl b/library/ttk/scale.tcl
index 2025588..23d08ed 100644
--- a/library/ttk/scale.tcl
+++ b/library/ttk/scale.tcl
@@ -1,8 +1,6 @@
# scale.tcl - Copyright (C) 2004 Pat Thoyts <patthoyts@users.sourceforge.net>
#
# Bindings for the TScale widget
-#
-# $Id: scale.tcl,v 1.1.4.2 2010/08/26 02:06:10 hobbs Exp $
namespace eval ttk::scale {
variable State
diff --git a/library/ttk/scrollbar.tcl b/library/ttk/scrollbar.tcl
index 27ac068..4bd5107 100644
--- a/library/ttk/scrollbar.tcl
+++ b/library/ttk/scrollbar.tcl
@@ -1,6 +1,4 @@
#
-# $Id: scrollbar.tcl,v 1.4 2007/12/13 15:27:08 dgp Exp $
-#
# Bindings for TScrollbar widget
#
diff --git a/library/ttk/sizegrip.tcl b/library/ttk/sizegrip.tcl
index 1b9119b..153e310 100644
--- a/library/ttk/sizegrip.tcl
+++ b/library/ttk/sizegrip.tcl
@@ -1,6 +1,4 @@
#
-# $Id: sizegrip.tcl,v 1.1.4.2 2010/08/26 02:06:10 hobbs Exp $
-#
# Sizegrip widget bindings.
#
# Dragging a sizegrip widget resizes the containing toplevel.
diff --git a/library/ttk/spinbox.tcl b/library/ttk/spinbox.tcl
index a717379..1aa0ccb 100644
--- a/library/ttk/spinbox.tcl
+++ b/library/ttk/spinbox.tcl
@@ -1,6 +1,4 @@
#
-# $Id: spinbox.tcl,v 1.3.2.2 2010/08/26 02:06:10 hobbs Exp $
-#
# ttk::spinbox bindings
#
diff --git a/library/ttk/treeview.tcl b/library/ttk/treeview.tcl
index 632bf7a..1160e9b 100644
--- a/library/ttk/treeview.tcl
+++ b/library/ttk/treeview.tcl
@@ -1,4 +1,3 @@
-# $Id: treeview.tcl,v 1.4.2.2 2010/08/26 02:06:10 hobbs Exp $
#
# ttk::treeview widget bindings and utilities.
#
diff --git a/library/ttk/ttk.tcl b/library/ttk/ttk.tcl
index 6740d17..7bae211 100644
--- a/library/ttk/ttk.tcl
+++ b/library/ttk/ttk.tcl
@@ -1,6 +1,4 @@
#
-# $Id: ttk.tcl,v 1.8.2.2 2010/08/26 02:06:10 hobbs Exp $
-#
# Ttk widget set initialization script.
#
diff --git a/library/ttk/utils.tcl b/library/ttk/utils.tcl
index 60aa5a7..7cc1bb7 100644
--- a/library/ttk/utils.tcl
+++ b/library/ttk/utils.tcl
@@ -1,6 +1,4 @@
#
-# $Id: utils.tcl,v 1.6.2.1 2010/08/26 02:06:10 hobbs Exp $
-#
# Utilities for widget implementations.
#
diff --git a/library/ttk/winTheme.tcl b/library/ttk/winTheme.tcl
index 3062294..55367bc 100644
--- a/library/ttk/winTheme.tcl
+++ b/library/ttk/winTheme.tcl
@@ -1,6 +1,4 @@
#
-# $Id: winTheme.tcl,v 1.6.2.2 2010/09/02 17:46:11 jenglish Exp $
-#
# Settings for 'winnative' theme.
#
diff --git a/library/ttk/xpTheme.tcl b/library/ttk/xpTheme.tcl
index 6eeb3e0..187ce0b 100644
--- a/library/ttk/xpTheme.tcl
+++ b/library/ttk/xpTheme.tcl
@@ -1,6 +1,4 @@
#
-# $Id: xpTheme.tcl,v 1.6.2.5 2010/09/02 17:46:11 jenglish Exp $
-#
# Settings for 'xpnative' theme
#