diff options
author | nijtmans <nijtmans> | 2010-05-10 20:58:18 (GMT) |
---|---|---|
committer | nijtmans <nijtmans> | 2010-05-10 20:58:18 (GMT) |
commit | 44d12a1d5aa9b0103f0c3bea1ed81b59d4d383d1 (patch) | |
tree | bce5a861d5ca4dc8dc07981e0771a8076681957e /doc | |
parent | 2e06ee1ffbe3d942b788eb71313d236ce5c412d6 (diff) | |
download | tk-44d12a1d5aa9b0103f0c3bea1ed81b59d4d383d1.zip tk-44d12a1d5aa9b0103f0c3bea1ed81b59d4d383d1.tar.gz tk-44d12a1d5aa9b0103f0c3bea1ed81b59d4d383d1.tar.bz2 |
CONSTify TkCopyAndGlobalEval, TkpSetMainMenubar,
TkpMenuNotifyToplevelCreate, and TkSetWindowMenuBar
Bring Tk_CreateBinding doc and signature (param name) in line.
Diffstat (limited to 'doc')
-rw-r--r-- | doc/BindTable.3 | 4 |
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, |