diff options
author | donal.k.fellows@manchester.ac.uk <dkf> | 2002-06-18 23:51:46 (GMT) |
---|---|---|
committer | donal.k.fellows@manchester.ac.uk <dkf> | 2002-06-18 23:51:46 (GMT) |
commit | 82f3f39bb5a43a273ad38959001f1d9d8012b51a (patch) | |
tree | 621b2fb870d614c0a4cb7ac0621960a7b279c7ab /generic/tkInt.decls | |
parent | e94f44eb43c25b195f22309c980b166e0f3b91a7 (diff) | |
download | tk-82f3f39bb5a43a273ad38959001f1d9d8012b51a.zip tk-82f3f39bb5a43a273ad38959001f1d9d8012b51a.tar.gz tk-82f3f39bb5a43a273ad38959001f1d9d8012b51a.tar.bz2 |
Added TIP#48 style engine implementation
Frederic Bonnet to supply docs+tests as soon as possible.
Diffstat (limited to 'generic/tkInt.decls')
-rw-r--r-- | generic/tkInt.decls | 9 |
1 files changed, 8 insertions, 1 deletions
diff --git a/generic/tkInt.decls b/generic/tkInt.decls index d0e2fd7..992b5b1 100644 --- a/generic/tkInt.decls +++ b/generic/tkInt.decls @@ -9,7 +9,7 @@ # See the file "license.terms" for information on usage and redistribution # of this file, and for a DISCLAIMER OF ALL WARRANTIES. # -# RCS: @(#) $Id: tkInt.decls,v 1.27 2002/06/14 13:35:48 dkf Exp $ +# RCS: @(#) $Id: tkInt.decls,v 1.28 2002/06/18 23:51:46 dkf Exp $ library tk @@ -661,6 +661,13 @@ declare 145 {mac win} { void TkSubtractRegion (TkRegion sra, TkRegion srcb, TkRegion dr_return) } +declare 146 generic { + void TkStylePkgInit (TkMainInfo *mainPtr) +} +declare 147 generic { + void TkStylePkgFree (TkMainInfo *mainPtr) +} + ############################################################################## # Define the platform specific internal Tcl interface. These functions are |