diff options
author | treectrl <treectrl> | 2007-12-14 20:23:49 (GMT) |
---|---|---|
committer | treectrl <treectrl> | 2007-12-14 20:23:49 (GMT) |
commit | 3b406e820db7867a12d12357a2aa0873a8ed88a4 (patch) | |
tree | 0027860953313e410fd9cd1844c5f961d08a5b81 | |
parent | eeb766c9a84e6e4b99ce074a1c7c6ed72be961ce (diff) | |
download | tktreectrl-3b406e820db7867a12d12357a2aa0873a8ed88a4.zip tktreectrl-3b406e820db7867a12d12357a2aa0873a8ed88a4.tar.gz tktreectrl-3b406e820db7867a12d12357a2aa0873a8ed88a4.tar.bz2 |
Comment updated.
-rw-r--r-- | generic/qebind.c | 6 |
1 files changed, 3 insertions, 3 deletions
diff --git a/generic/qebind.c b/generic/qebind.c index bc1db03..4493a72 100644 --- a/generic/qebind.c +++ b/generic/qebind.c @@ -5,7 +5,7 @@ * * Copyright (c) 2002-2006 Tim Baker * - * RCS: @(#) $Id: qebind.c,v 1.17 2007/01/23 22:41:30 treectrl Exp $ + * RCS: @(#) $Id: qebind.c,v 1.18 2007/12/14 20:23:49 treectrl Exp $ */ /* @@ -23,8 +23,8 @@ * scripts, with QE_CreateBindingTable(). QE_BindCmd() is * called to associate a Tcl script with a given event for a particular * object. The objects that commands are bound to can be a Tk widget or any - * string, just like the usual "bind" command. Bindings are not automatically - * deleted when a widget is destroyed. + * string, just like the usual "bind" command. Bindings on Tk widgets are + * automatically deleted when the widget is destroyed. */ #include <ctype.h> |