/[dtapublic]/projs/ets/trunk/src/c_tk_base_7_5_w_mods/appinit.h
ViewVC logotype

Annotation of /projs/ets/trunk/src/c_tk_base_7_5_w_mods/appinit.h

Parent Directory Parent Directory | Revision Log Revision Log


Revision 29 - (hide annotations) (download)
Sat Oct 8 07:08:47 2016 UTC (7 years, 8 months ago) by dashley
Original Path: to_be_filed/sf_code/esrgpcpj/shared/tk_base/appinit.h
File MIME type: text/plain
File size: 1660 byte(s)
Directories relocated.
1 dashley 25 /* $Header: /cvsroot/esrg/sfesrg/esrgpcpj/shared/tk_base/appinit.h,v 1.2 2001/06/20 02:56:04 dtashley Exp $ */
2    
3     /* Automatically generated code */
4     /* DO NOT EDIT */
5    
6     #define ET_TCL_LIBRARY "C:/PROGRAM FILES/TCL/lib/tcl8.3"
7     #define ET_TK_LIBRARY "C:/PROGRAM FILES/TCL/lib/tk8.3"
8    
9     #ifndef MODULE_APPINIT
10     #ifndef ET_TCLARGS
11     #include <tcl.h>
12     #ifdef __cplusplus
13     # define ET_EXTERN extern "C"
14     #else
15     # define ET_EXTERN extern
16     #endif
17     ET_EXTERN int Et_Local_Init(int argc, char **argv);
18     ET_EXTERN int Et_DoInit(Tcl_Interp *interp);
19     ET_EXTERN char *mprintf(const char*,...);
20     ET_EXTERN char *vmprintf(const char*,...);
21     ET_EXTERN int Et_EvalF(Tcl_Interp*,const char *,...);
22     ET_EXTERN int Et_GlobalEvalF(Tcl_Interp*,const char *,...);
23     ET_EXTERN int Et_DStringAppendF(Tcl_DString*,const char*,...);
24     ET_EXTERN int Et_ResultF(Tcl_Interp*,const char*,...);
25     ET_EXTERN int Et_Init(int,char**);
26     ET_EXTERN Tcl_Interp *Et_Interp;
27     #if TCL_RELEASE_VERSION>=8
28     ET_EXTERN int Et_AppendObjF(Tcl_Obj*,const char*,...);
29     #endif
30     #define ET_TCLARGS ClientData clientData,Tcl_Interp*interp,int argc,char**argv
31     #define ET_OBJARGS ClientData clientData,Tcl_Interp*interp,int objc,Tcl_Obj *CONST objv[]
32     #endif
33     #endif
34    
35    
36     /*
37     * $Log: appinit.h,v $
38     * Revision 1.2 2001/06/20 02:56:04 dtashley
39     * Conversion from binary mode to work under CVS.
40     *
41     * $History: appinit.h $
42     *
43     * ***************** Version 1 *****************
44     * User: Dtashley Date: 1/02/01 Time: 2:18a
45     * Created in $/IjuScripter, IjuConsole/Source/Tk Base
46     * Initial check-in.
47     */
48    
49     /* End of APPINIT.H */

dashley@gmail.com
ViewVC Help
Powered by ViewVC 1.1.25