summaryrefslogtreecommitdiffstats
path: root/generic/tkInt.h
diff options
context:
space:
mode:
authordkf <donal.k.fellows@manchester.ac.uk>2005-01-11 10:35:25 (GMT)
committerdkf <donal.k.fellows@manchester.ac.uk>2005-01-11 10:35:25 (GMT)
commitb1247c27b40bfccec96025d912ed063e9280eda0 (patch)
treef702bb5a834d3fedfdb013e68590f374b549a61e /generic/tkInt.h
parent0932cd846593a23540c4c74818684c574159831c (diff)
downloadtk-b1247c27b40bfccec96025d912ed063e9280eda0.zip
tk-b1247c27b40bfccec96025d912ed063e9280eda0.tar.gz
tk-b1247c27b40bfccec96025d912ed063e9280eda0.tar.bz2
Improved version of Michael Kirkham's fix for parsing pad values. [1098779]
Diffstat (limited to 'generic/tkInt.h')
-rw-r--r--generic/tkInt.h7
1 files changed, 6 insertions, 1 deletions
diff --git a/generic/tkInt.h b/generic/tkInt.h
index 58482f9..314a934 100644
--- a/generic/tkInt.h
+++ b/generic/tkInt.h
@@ -11,7 +11,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.h,v 1.64 2004/10/26 13:15:09 dkf Exp $
+ * RCS: $Id: tkInt.h,v 1.65 2005/01/11 10:35:27 dkf Exp $
*/
#ifndef _TKINT
@@ -1181,6 +1181,11 @@ EXTERN void TkpBuildRegionFromAlphaData _ANSI_ARGS_((
unsigned int width, unsigned int height,
unsigned char *dataPtr, unsigned int pixelStride,
unsigned int lineStride));
+EXTERN void TkPrintPadAmount _ANSI_ARGS_((Tcl_Interp *interp,
+ char *buffer, int pad1, int pad2));
+EXTERN int TkParsePadAmount _ANSI_ARGS_((Tcl_Interp *interp,
+ Tk_Window tkwin, Tcl_Obj *objPtr,
+ int *pad1Ptr, int *pad2Ptr));
/*
* Unsupported commands.