4 # include "tclxtend.h"\
5 Tcl_Interp *tk_mainInterp; /* Need to process signals */\
10 char initCmd[] = "load wishx.tcl";\
12 char initCmd[] = "source $tk_library/wish.tcl";\
15 / interp = Tcl_CreateInterp();/c\
17 tk_mainInterp = interp = Tcl_CreateExtendedInterp();\
19 interp = Tcl_CreateInterp();\
22 /result = Tcl_Eval(interp, initCmd/i\
25 tclAppLongname = "Wish - Tk Shell";\
26 tclAppVersion = TK_VERSION;\
27 Tcl_ShellEnvInit (interp, TCLSH_ABORT_STARTUP_ERR,\
29 0, NULL, /* argv var already set */\
30 fileName == NULL, /* interactive? */\
31 NULL); /* Standard default file */\