diff options
author | dkf <donal.k.fellows@manchester.ac.uk> | 2005-01-11 10:35:25 (GMT) |
---|---|---|
committer | dkf <donal.k.fellows@manchester.ac.uk> | 2005-01-11 10:35:25 (GMT) |
commit | b1247c27b40bfccec96025d912ed063e9280eda0 (patch) | |
tree | f702bb5a834d3fedfdb013e68590f374b549a61e /generic/tkGrid.c | |
parent | 0932cd846593a23540c4c74818684c574159831c (diff) | |
download | tk-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/tkGrid.c')
-rw-r--r-- | generic/tkGrid.c | 10 |
1 files changed, 1 insertions, 9 deletions
diff --git a/generic/tkGrid.c b/generic/tkGrid.c index e89e65a..7cdbb80 100644 --- a/generic/tkGrid.c +++ b/generic/tkGrid.c @@ -8,7 +8,7 @@ * See the file "license.terms" for information on usage and redistribution * of this file, and for a DISCLAIMER OF ALL WARRANTIES. * - * RCS: @(#) $Id: tkGrid.c,v 1.34 2004/11/07 22:00:23 pspjuth Exp $ + * RCS: @(#) $Id: tkGrid.c,v 1.35 2005/01/11 10:35:27 dkf Exp $ */ #include "tkInt.h" @@ -303,14 +303,6 @@ static void StickyToString _ANSI_ARGS_((int flags, char *result)); static int StringToSticky _ANSI_ARGS_((char *string)); static void Unlink _ANSI_ARGS_((Gridder *gridPtr)); -/* - * Prototypes for procedures contained in other files but not exported - * using tkIntDecls.h - */ - -void TkPrintPadAmount _ANSI_ARGS_((Tcl_Interp*, char*, int, int)); -int TkParsePadAmount _ANSI_ARGS_((Tcl_Interp*, Tk_Window, Tcl_Obj*, int*, int*)); - static Tk_GeomMgr gridMgrType = { "grid", /* name */ GridReqProc, /* requestProc */ |