diff options
author | dgp <dgp@users.sourceforge.net> | 2008-10-29 13:28:06 (GMT) |
---|---|---|
committer | dgp <dgp@users.sourceforge.net> | 2008-10-29 13:28:06 (GMT) |
commit | 63c25be2891e049c65ac5148532f2a40c548dc5c (patch) | |
tree | 822fdfb2b912b06ed2c052b3c8b9f9f473e483f3 /generic/tkSelect.h | |
parent | de76f1b04661d5e968e2c15574791ee37c11e4ee (diff) | |
download | tk-63c25be2891e049c65ac5148532f2a40c548dc5c.zip tk-63c25be2891e049c65ac5148532f2a40c548dc5c.tar.gz tk-63c25be2891e049c65ac5148532f2a40c548dc5c.tar.bz2 |
CONST update
Diffstat (limited to 'generic/tkSelect.h')
-rw-r--r-- | generic/tkSelect.h | 4 |
1 files changed, 2 insertions, 2 deletions
diff --git a/generic/tkSelect.h b/generic/tkSelect.h index beb413d..397955a 100644 --- a/generic/tkSelect.h +++ b/generic/tkSelect.h @@ -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: tkSelect.h,v 1.11 2008/10/28 22:33:06 nijtmans Exp $ + * RCS: @(#) $Id: tkSelect.h,v 1.12 2008/10/29 13:28:06 dgp Exp $ */ #ifndef _TKSELECT @@ -77,7 +77,7 @@ typedef struct TkSelRetrievalInfo { Atom selection; /* Selection being requested. */ Atom property; /* Property where selection will appear. */ Atom target; /* Desired form for selection. */ - int (*proc) (ClientData clientData, Tcl_Interp *interp, char *portion); /* Procedure to call to handle pieces of + Tk_GetSelProc *proc; /* Procedure to call to handle pieces of * selection. */ ClientData clientData; /* Argument for proc. */ int result; /* Initially -1. Set to a Tcl return value |