summaryrefslogtreecommitdiffstats
path: root/library/panedwindow.tcl
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)
commit092ffefd982e994324b4f188c06f211deecbe686 (patch)
tree2feace2ac90d8666eb2dd198d83307c99a4487ea /library/panedwindow.tcl
parent67e86168969b8dc8c999494b865d639cde34d5d5 (diff)
parent5cad7e1240b32955c1350fcd8cf4456165f13f96 (diff)
downloadtk-092ffefd982e994324b4f188c06f211deecbe686.zip
tk-092ffefd982e994324b4f188c06f211deecbe686.tar.gz
tk-092ffefd982e994324b4f188c06f211deecbe686.tar.bz2
Purge RCS Keywords.
Diffstat (limited to 'library/panedwindow.tcl')
-rw-r--r--library/panedwindow.tcl3
1 files changed, 0 insertions, 3 deletions
diff --git a/library/panedwindow.tcl b/library/panedwindow.tcl
index f1f9f9a..d3dfabc 100644
--- a/library/panedwindow.tcl
+++ b/library/panedwindow.tcl
@@ -2,9 +2,6 @@
#
# This file defines the default bindings for Tk panedwindow widgets and
# provides procedures that help in implementing those bindings.
-#
-# RCS: @(#) $Id: panedwindow.tcl,v 1.11 2005/07/25 09:06:00 dkf Exp $
-#
bind Panedwindow <Button-1> { ::tk::panedwindow::MarkSash %W %x %y 1 }
bind Panedwindow <Button-2> { ::tk::panedwindow::MarkSash %W %x %y 0 }