summaryrefslogtreecommitdiffstats
path: root/doc/SetClassProcs.3
diff options
context:
space:
mode:
authornijtmans <nijtmans>2010-01-10 20:27:22 (GMT)
committernijtmans <nijtmans>2010-01-10 20:27:22 (GMT)
commitd06599e802a1f92eff177ce5fba74e66fa60afb3 (patch)
tree24942977fa3ae398e93cc98f127ba6bd8b9d46d2 /doc/SetClassProcs.3
parent0d5ee63431a40ebbe9d3a895d1ca2a3bb9a30cd0 (diff)
downloadtk-d06599e802a1f92eff177ce5fba74e66fa60afb3.zip
tk-d06599e802a1f92eff177ce5fba74e66fa60afb3.tar.gz
tk-d06599e802a1f92eff177ce5fba74e66fa60afb3.tar.bz2
CONSTify Tk_SetClassProcs
Diffstat (limited to 'doc/SetClassProcs.3')
-rw-r--r--doc/SetClassProcs.34
1 files changed, 2 insertions, 2 deletions
diff --git a/doc/SetClassProcs.3 b/doc/SetClassProcs.3
index 70709aa..23567c3 100644
--- a/doc/SetClassProcs.3
+++ b/doc/SetClassProcs.3
@@ -4,7 +4,7 @@
'\" See the file "license.terms" for information on usage and redistribution
'\" of this file, and for a DISCLAIMER OF ALL WARRANTIES.
'\"
-'\" RCS: @(#) $Id: SetClassProcs.3,v 1.5 2008/07/08 22:40:51 patthoyts Exp $
+'\" RCS: @(#) $Id: SetClassProcs.3,v 1.6 2010/01/10 20:27:25 nijtmans Exp $
'\"
.so man.macros
.TH Tk_SetClassProcs 3 8.4 Tk "Tk Library Procedures"
@@ -20,7 +20,7 @@ Tk_SetClassProcs \- register widget specific procedures
.AS Tk_ClassProc instanceData
.AP Tk_Window tkwin in
Token for window to modify.
-.AP Tk_ClassProcs *procs in
+.AP "const Tk_ClassProcs" *procs in
Pointer to data structure containing widget specific procedures.
The data structure pointed to by \fIprocs\fR must be static:
Tk keeps a reference to it as long as the window exists.