summaryrefslogtreecommitdiffstats
path: root/generic/tkInt.h
diff options
context:
space:
mode:
authorjenglish <jenglish@noemail.net>2010-06-19 16:18:40 (GMT)
committerjenglish <jenglish@noemail.net>2010-06-19 16:18:40 (GMT)
commita88116ed9bd210fc084f9fecb67a57b91ddb3dcd (patch)
tree88d4cf68e248e4be1f4424bb9afa3e7e44af11ce /generic/tkInt.h
parent0bb743ab917c7339409eecad578929349ff670d2 (diff)
downloadtk-a88116ed9bd210fc084f9fecb67a57b91ddb3dcd.zip
tk-a88116ed9bd210fc084f9fecb67a57b91ddb3dcd.tar.gz
tk-a88116ed9bd210fc084f9fecb67a57b91ddb3dcd.tar.bz2
[Patch 3009998]: Replace binding procedures with ordinary event handlers
in win/tkWinScrlbr.c and carbon/tkMacOSXScrlbr.c. Simplifications enabled by previous change: * TkCreateBindingProcedure() and associated machinery no longer needed. * TkBindDeadWindow() no longer needed. * TK_DEFER_MODAL_LOOP and associated machinery no longer needed. * Tests related to C binding procedures no longer needed. FossilOrigin-Name: afaa6c96f6571c82b3463f325c7936825bd4312d
Diffstat (limited to 'generic/tkInt.h')
-rw-r--r--generic/tkInt.h10
1 files changed, 1 insertions, 9 deletions
diff --git a/generic/tkInt.h b/generic/tkInt.h
index 0f8b4f1..7722da3 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.122 2010/04/23 08:32:56 nijtmans Exp $
+ * RCS: $Id: tkInt.h,v 1.123 2010/06/19 16:18:41 jenglish Exp $
*/
#ifndef _TKINT
@@ -100,14 +100,6 @@ typedef struct TkBindInfo_ *TkBindInfo;
typedef struct Busy *TkBusy;
/*
- * Function types.
- */
-
-typedef int (TkBindEvalProc)(ClientData clientData, Tcl_Interp *interp,
- XEvent *eventPtr, Tk_Window tkwin, KeySym keySym);
-typedef void (TkBindFreeProc)(ClientData clientData);
-
-/*
* One of the following structures is maintained for each cursor in use in the
* system. This structure is used by tkCursor.c and the various system-
* specific cursor files.