summaryrefslogtreecommitdiffstats
path: root/generic/ttk/ttk.decls
diff options
context:
space:
mode:
authornijtmans <nijtmans>2010-02-05 17:42:21 (GMT)
committernijtmans <nijtmans>2010-02-05 17:42:21 (GMT)
commitf21f6c00e18c6a1acd5c854f3bb6dd3430740af5 (patch)
treeac9510cf19a9fe9e587d86587a1377661a8507a9 /generic/ttk/ttk.decls
parente53aee245eff6859ad19a3960e62218ccb271d48 (diff)
downloadtk-f21f6c00e18c6a1acd5c854f3bb6dd3430740af5.zip
tk-f21f6c00e18c6a1acd5c854f3bb6dd3430740af5.tar.gz
tk-f21f6c00e18c6a1acd5c854f3bb6dd3430740af5.tar.bz2
Make the various stub tables and hook pointers const,
just as Tcl and Tk. Make more internal tables "const"
Diffstat (limited to 'generic/ttk/ttk.decls')
-rw-r--r--generic/ttk/ttk.decls4
1 files changed, 2 insertions, 2 deletions
diff --git a/generic/ttk/ttk.decls b/generic/ttk/ttk.decls
index db244ce..d18d5a8 100644
--- a/generic/ttk/ttk.decls
+++ b/generic/ttk/ttk.decls
@@ -1,5 +1,5 @@
#
-# $Id: ttk.decls,v 1.4 2009/02/08 19:35:35 jenglish Exp $
+# $Id: ttk.decls,v 1.5 2010/02/05 17:42:21 nijtmans Exp $
#
library ttk
@@ -64,7 +64,7 @@ declare 10 current {
}
declare 11 current {
Tcl_Obj *Ttk_NewStateSpecObj(
- unsigned int onbits,unsigned int offbits);
+ unsigned int onbits, unsigned int offbits);
}
declare 12 current {
Ttk_StateMap Ttk_GetStateMapFromObj(