summaryrefslogtreecommitdiffstats
path: root/library/ttk
diff options
context:
space:
mode:
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 5ed90eb..d57227c 100644
--- a/library/ttk/altTheme.tcl
+++ b/library/ttk/altTheme.tcl
@@ -1,6 +1,4 @@
#
-# $Id: altTheme.tcl,v 1.10 2008/12/31 21:25:34 jenglish Exp $
-#
# Ttk widget set: Alternate theme
#
diff --git a/library/ttk/aquaTheme.tcl b/library/ttk/aquaTheme.tcl
index c457ab2..fa0fa12 100644
--- a/library/ttk/aquaTheme.tcl
+++ b/library/ttk/aquaTheme.tcl
@@ -1,6 +1,4 @@
#
-# $Id: aquaTheme.tcl,v 1.14 2009/07/15 21:50:40 das Exp $
-#
# Aqua theme (OSX native look and feel)
#
diff --git a/library/ttk/button.tcl b/library/ttk/button.tcl
index 22032e4..9f2cec7 100644
--- a/library/ttk/button.tcl
+++ b/library/ttk/button.tcl
@@ -1,6 +1,4 @@
#
-# $Id: button.tcl,v 1.3 2009/11/12 18:17:14 jenglish 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 808c8a4..f184ea0 100644
--- a/library/ttk/clamTheme.tcl
+++ b/library/ttk/clamTheme.tcl
@@ -1,6 +1,4 @@
#
-# $Id: clamTheme.tcl,v 1.10 2008/12/07 18:42:55 jenglish Exp $
-#
# "Clam" theme.
#
# Inspired by the XFCE family of Gnome themes.
diff --git a/library/ttk/classicTheme.tcl b/library/ttk/classicTheme.tcl
index fd2b280..7e3eff5 100644
--- a/library/ttk/classicTheme.tcl
+++ b/library/ttk/classicTheme.tcl
@@ -1,6 +1,4 @@
#
-# $Id: classicTheme.tcl,v 1.9 2008/11/29 00:43:48 patthoyts 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 20bfc07..eab3e1a 100644
--- a/library/ttk/combobox.tcl
+++ b/library/ttk/combobox.tcl
@@ -1,6 +1,4 @@
#
-# $Id: combobox.tcl,v 1.20 2010/01/19 01:27:41 patthoyts Exp $
-#
# Combobox bindings.
#
# <<NOTE-WM-TRANSIENT>>:
diff --git a/library/ttk/cursors.tcl b/library/ttk/cursors.tcl
index 8620098..75f7791 100644
--- a/library/ttk/cursors.tcl
+++ b/library/ttk/cursors.tcl
@@ -1,6 +1,4 @@
#
-# $Id: cursors.tcl,v 1.2 2008/10/28 20:02:03 jenglish 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 52a9d33..05a46bd 100644
--- a/library/ttk/defaults.tcl
+++ b/library/ttk/defaults.tcl
@@ -1,6 +1,4 @@
#
-# $Id: defaults.tcl,v 1.9 2008/11/29 00:43:48 patthoyts Exp $
-#
# Settings for default theme.
#
diff --git a/library/ttk/entry.tcl b/library/ttk/entry.tcl
index 0e1194f..faae7b2 100644
--- a/library/ttk/entry.tcl
+++ b/library/ttk/entry.tcl
@@ -1,6 +1,4 @@
#
-# $Id: entry.tcl,v 1.8 2010/03/17 09:27:23 dkf 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 04abdbe..d424b6c 100644
--- a/library/ttk/notebook.tcl
+++ b/library/ttk/notebook.tcl
@@ -1,6 +1,4 @@
#
-# $Id: notebook.tcl,v 1.6 2009/12/25 19:11:56 jenglish Exp $
-#
# Bindings for TNotebook widget
#
diff --git a/library/ttk/panedwindow.tcl b/library/ttk/panedwindow.tcl
index 60d08be..a2e073b 100644
--- a/library/ttk/panedwindow.tcl
+++ b/library/ttk/panedwindow.tcl
@@ -1,6 +1,4 @@
#
-# $Id: panedwindow.tcl,v 1.6 2008/10/28 20:02:03 jenglish 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 19c193f..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.2 2008/10/17 12:29:25 patthoyts 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 ec0828a..153e310 100644
--- a/library/ttk/sizegrip.tcl
+++ b/library/ttk/sizegrip.tcl
@@ -1,6 +1,4 @@
#
-# $Id: sizegrip.tcl,v 1.4 2009/12/23 04:26:59 jenglish 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 9f7faa4..1aa0ccb 100644
--- a/library/ttk/spinbox.tcl
+++ b/library/ttk/spinbox.tcl
@@ -1,6 +1,4 @@
#
-# $Id: spinbox.tcl,v 1.3 2008/12/07 21:24:12 jenglish Exp $
-#
# ttk::spinbox bindings
#
diff --git a/library/ttk/treeview.tcl b/library/ttk/treeview.tcl
index 6dc34ca..1160e9b 100644
--- a/library/ttk/treeview.tcl
+++ b/library/ttk/treeview.tcl
@@ -1,4 +1,3 @@
-# $Id: treeview.tcl,v 1.8 2009/11/12 18:17:14 jenglish Exp $
#
# ttk::treeview widget bindings and utilities.
#
diff --git a/library/ttk/ttk.tcl b/library/ttk/ttk.tcl
index 0db16a0..7bae211 100644
--- a/library/ttk/ttk.tcl
+++ b/library/ttk/ttk.tcl
@@ -1,6 +1,4 @@
#
-# $Id: ttk.tcl,v 1.11 2010/06/15 16:59:16 jenglish Exp $
-#
# Ttk widget set initialization script.
#
diff --git a/library/ttk/utils.tcl b/library/ttk/utils.tcl
index a67b868..7cc1bb7 100644
--- a/library/ttk/utils.tcl
+++ b/library/ttk/utils.tcl
@@ -1,6 +1,4 @@
#
-# $Id: utils.tcl,v 1.8 2009/12/25 19:11:56 jenglish Exp $
-#
# Utilities for widget implementations.
#
diff --git a/library/ttk/winTheme.tcl b/library/ttk/winTheme.tcl
index ec7cf02..55367bc 100644
--- a/library/ttk/winTheme.tcl
+++ b/library/ttk/winTheme.tcl
@@ -1,6 +1,4 @@
#
-# $Id: winTheme.tcl,v 1.10 2010/09/02 17:47:06 jenglish Exp $
-#
# Settings for 'winnative' theme.
#
diff --git a/library/ttk/xpTheme.tcl b/library/ttk/xpTheme.tcl
index 5948b56..187ce0b 100644
--- a/library/ttk/xpTheme.tcl
+++ b/library/ttk/xpTheme.tcl
@@ -1,6 +1,4 @@
#
-# $Id: xpTheme.tcl,v 1.13 2010/09/02 17:47:06 jenglish Exp $
-#
# Settings for 'xpnative' theme
#