summaryrefslogtreecommitdiffstats
path: root/doc/BindTable.3
diff options
context:
space:
mode:
authornijtmans <nijtmans>2010-05-10 20:58:18 (GMT)
committernijtmans <nijtmans>2010-05-10 20:58:18 (GMT)
commit3a389d79d6b9bade3d00a9a807a1ab9a6a35c3ed (patch)
treebce5a861d5ca4dc8dc07981e0771a8076681957e /doc/BindTable.3
parentc0af073d229f34932ad5353fb873cd08c18f0ad1 (diff)
downloadtk-3a389d79d6b9bade3d00a9a807a1ab9a6a35c3ed.zip
tk-3a389d79d6b9bade3d00a9a807a1ab9a6a35c3ed.tar.gz
tk-3a389d79d6b9bade3d00a9a807a1ab9a6a35c3ed.tar.bz2
CONSTify TkCopyAndGlobalEval, TkpSetMainMenubar,
TkpMenuNotifyToplevelCreate, and TkSetWindowMenuBar Bring Tk_CreateBinding doc and signature (param name) in line.
Diffstat (limited to 'doc/BindTable.3')
-rw-r--r--doc/BindTable.34
1 files changed, 2 insertions, 2 deletions
diff --git a/doc/BindTable.3 b/doc/BindTable.3
index f95bd82..90b8ee0 100644
--- a/doc/BindTable.3
+++ b/doc/BindTable.3
@@ -5,7 +5,7 @@
'\" See the file "license.terms" for information on usage and redistribution
'\" of this file, and for a DISCLAIMER OF ALL WARRANTIES.
'\"
-'\" RCS: @(#) $Id: BindTable.3,v 1.7 2009/05/04 09:12:33 dkf Exp $
+'\" RCS: @(#) $Id: BindTable.3,v 1.8 2010/05/10 20:58:19 nijtmans Exp $
'\"
.so man.macros
.TH Tk_CreateBindingTable 3 4.0 Tk "Tk Library Procedures"
@@ -47,7 +47,7 @@ call to \fBTk_CreateBindingTable\fR.
Identifies object with which binding is associated.
.AP "const char" *eventString in
String describing event sequence.
-.AP char *script in
+.AP "const char" *script in
Tcl script to invoke when binding triggers.
.AP int append in
Non-zero means append \fIscript\fR to existing script for binding,