jpayne@69: /* jpayne@69: * This file is (mostly) automatically generated from itcl.decls. jpayne@69: */ jpayne@69: jpayne@69: #ifndef _ITCLINTDECLS jpayne@69: #define _ITCLINTDECLS jpayne@69: jpayne@69: /* !BEGIN!: Do not edit below this line. */ jpayne@69: jpayne@69: #define ITCLINT_STUBS_EPOCH 0 jpayne@69: #define ITCLINT_STUBS_REVISION 153 jpayne@69: jpayne@69: #ifdef __cplusplus jpayne@69: extern "C" { jpayne@69: #endif jpayne@69: jpayne@69: /* jpayne@69: * Exported function declarations: jpayne@69: */ jpayne@69: jpayne@69: /* 0 */ jpayne@69: ITCLAPI int Itcl_IsClassNamespace(Tcl_Namespace *namesp); jpayne@69: /* 1 */ jpayne@69: ITCLAPI int Itcl_IsClass(Tcl_Command cmd); jpayne@69: /* 2 */ jpayne@69: ITCLAPI ItclClass * Itcl_FindClass(Tcl_Interp *interp, const char *path, jpayne@69: int autoload); jpayne@69: /* 3 */ jpayne@69: ITCLAPI int Itcl_FindObject(Tcl_Interp *interp, const char *name, jpayne@69: ItclObject **roPtr); jpayne@69: /* 4 */ jpayne@69: ITCLAPI int Itcl_IsObject(Tcl_Command cmd); jpayne@69: /* 5 */ jpayne@69: ITCLAPI int Itcl_ObjectIsa(ItclObject *contextObj, jpayne@69: ItclClass *cdefn); jpayne@69: /* 6 */ jpayne@69: ITCLAPI int Itcl_Protection(Tcl_Interp *interp, int newLevel); jpayne@69: /* 7 */ jpayne@69: ITCLAPI const char * Itcl_ProtectionStr(int pLevel); jpayne@69: /* 8 */ jpayne@69: ITCLAPI int Itcl_CanAccess(ItclMemberFunc *memberPtr, jpayne@69: Tcl_Namespace *fromNsPtr); jpayne@69: /* 9 */ jpayne@69: ITCLAPI int Itcl_CanAccessFunc(ItclMemberFunc *mfunc, jpayne@69: Tcl_Namespace *fromNsPtr); jpayne@69: /* Slot 10 is reserved */ jpayne@69: /* 11 */ jpayne@69: ITCLAPI void Itcl_ParseNamespPath(const char *name, jpayne@69: Tcl_DString *buffer, const char **head, jpayne@69: const char **tail); jpayne@69: /* 12 */ jpayne@69: ITCLAPI int Itcl_DecodeScopedCommand(Tcl_Interp *interp, jpayne@69: const char *name, Tcl_Namespace **rNsPtr, jpayne@69: char **rCmdPtr); jpayne@69: /* 13 */ jpayne@69: ITCLAPI int Itcl_EvalArgs(Tcl_Interp *interp, Tcl_Size objc, jpayne@69: Tcl_Obj *const objv[]); jpayne@69: /* 14 */ jpayne@69: ITCLAPI Tcl_Obj * Itcl_CreateArgs(Tcl_Interp *interp, jpayne@69: const char *string, Tcl_Size objc, jpayne@69: Tcl_Obj *const objv[]); jpayne@69: /* Slot 15 is reserved */ jpayne@69: /* Slot 16 is reserved */ jpayne@69: /* 17 */ jpayne@69: ITCLAPI int Itcl_GetContext(Tcl_Interp *interp, jpayne@69: ItclClass **iclsPtrPtr, jpayne@69: ItclObject **ioPtrPtr); jpayne@69: /* 18 */ jpayne@69: ITCLAPI void Itcl_InitHierIter(ItclHierIter *iter, jpayne@69: ItclClass *iclsPtr); jpayne@69: /* 19 */ jpayne@69: ITCLAPI void Itcl_DeleteHierIter(ItclHierIter *iter); jpayne@69: /* 20 */ jpayne@69: ITCLAPI ItclClass * Itcl_AdvanceHierIter(ItclHierIter *iter); jpayne@69: /* 21 */ jpayne@69: ITCLAPI int Itcl_FindClassesCmd(void *clientData, jpayne@69: Tcl_Interp *interp, int objc, jpayne@69: Tcl_Obj *const objv[]); jpayne@69: /* 22 */ jpayne@69: ITCLAPI int Itcl_FindObjectsCmd(void *clientData, jpayne@69: Tcl_Interp *interp, int objc, jpayne@69: Tcl_Obj *const objv[]); jpayne@69: /* Slot 23 is reserved */ jpayne@69: /* 24 */ jpayne@69: ITCLAPI int Itcl_DelClassCmd(void *clientData, jpayne@69: Tcl_Interp *interp, int objc, jpayne@69: Tcl_Obj *const objv[]); jpayne@69: /* 25 */ jpayne@69: ITCLAPI int Itcl_DelObjectCmd(void *clientData, jpayne@69: Tcl_Interp *interp, int objc, jpayne@69: Tcl_Obj *const objv[]); jpayne@69: /* 26 */ jpayne@69: ITCLAPI int Itcl_ScopeCmd(void *clientData, Tcl_Interp *interp, jpayne@69: int objc, Tcl_Obj *const objv[]); jpayne@69: /* 27 */ jpayne@69: ITCLAPI int Itcl_CodeCmd(void *clientData, Tcl_Interp *interp, jpayne@69: int objc, Tcl_Obj *const objv[]); jpayne@69: /* 28 */ jpayne@69: ITCLAPI int Itcl_StubCreateCmd(void *clientData, jpayne@69: Tcl_Interp *interp, int objc, jpayne@69: Tcl_Obj *const objv[]); jpayne@69: /* 29 */ jpayne@69: ITCLAPI int Itcl_StubExistsCmd(void *clientData, jpayne@69: Tcl_Interp *interp, int objc, jpayne@69: Tcl_Obj *const objv[]); jpayne@69: /* 30 */ jpayne@69: ITCLAPI int Itcl_IsStub(Tcl_Command cmd); jpayne@69: /* 31 */ jpayne@69: ITCLAPI int Itcl_CreateClass(Tcl_Interp *interp, jpayne@69: const char *path, ItclObjectInfo *info, jpayne@69: ItclClass **rPtr); jpayne@69: /* 32 */ jpayne@69: ITCLAPI int Itcl_DeleteClass(Tcl_Interp *interp, jpayne@69: ItclClass *iclsPtr); jpayne@69: /* 33 */ jpayne@69: ITCLAPI Tcl_Namespace * Itcl_FindClassNamespace(Tcl_Interp *interp, jpayne@69: const char *path); jpayne@69: /* 34 */ jpayne@69: ITCLAPI int Itcl_HandleClass(void *clientData, jpayne@69: Tcl_Interp *interp, int objc, jpayne@69: Tcl_Obj *const objv[]); jpayne@69: /* Slot 35 is reserved */ jpayne@69: /* Slot 36 is reserved */ jpayne@69: /* Slot 37 is reserved */ jpayne@69: /* 38 */ jpayne@69: ITCLAPI void Itcl_BuildVirtualTables(ItclClass *iclsPtr); jpayne@69: /* 39 */ jpayne@69: ITCLAPI int Itcl_CreateVariable(Tcl_Interp *interp, jpayne@69: ItclClass *iclsPtr, Tcl_Obj *name, jpayne@69: char *init, char *config, jpayne@69: ItclVariable **ivPtr); jpayne@69: /* 40 */ jpayne@69: ITCLAPI void Itcl_DeleteVariable(char *cdata); jpayne@69: /* 41 */ jpayne@69: ITCLAPI const char * Itcl_GetCommonVar(Tcl_Interp *interp, jpayne@69: const char *name, ItclClass *contextClass); jpayne@69: /* Slot 42 is reserved */ jpayne@69: /* Slot 43 is reserved */ jpayne@69: /* 44 */ jpayne@69: ITCLAPI int Itcl_CreateObject(Tcl_Interp *interp, jpayne@69: const char*name, ItclClass *iclsPtr, jpayne@69: Tcl_Size objc, Tcl_Obj *const objv[], jpayne@69: ItclObject **rioPtr); jpayne@69: /* 45 */ jpayne@69: ITCLAPI int Itcl_DeleteObject(Tcl_Interp *interp, jpayne@69: ItclObject *contextObj); jpayne@69: /* 46 */ jpayne@69: ITCLAPI int Itcl_DestructObject(Tcl_Interp *interp, jpayne@69: ItclObject *contextObj, int flags); jpayne@69: /* Slot 47 is reserved */ jpayne@69: /* 48 */ jpayne@69: ITCLAPI const char * Itcl_GetInstanceVar(Tcl_Interp *interp, jpayne@69: const char *name, ItclObject *contextIoPtr, jpayne@69: ItclClass *contextIclsPtr); jpayne@69: /* Slot 49 is reserved */ jpayne@69: /* 50 */ jpayne@69: ITCLAPI int Itcl_BodyCmd(void *dummy, Tcl_Interp *interp, jpayne@69: int objc, Tcl_Obj *const objv[]); jpayne@69: /* 51 */ jpayne@69: ITCLAPI int Itcl_ConfigBodyCmd(void *dummy, Tcl_Interp *interp, jpayne@69: int objc, Tcl_Obj *const objv[]); jpayne@69: /* 52 */ jpayne@69: ITCLAPI int Itcl_CreateMethod(Tcl_Interp *interp, jpayne@69: ItclClass *iclsPtr, Tcl_Obj *namePtr, jpayne@69: const char *arglist, const char *body); jpayne@69: /* 53 */ jpayne@69: ITCLAPI int Itcl_CreateProc(Tcl_Interp *interp, jpayne@69: ItclClass *iclsPtr, Tcl_Obj *namePtr, jpayne@69: const char *arglist, const char *body); jpayne@69: /* 54 */ jpayne@69: ITCLAPI int Itcl_CreateMemberFunc(Tcl_Interp *interp, jpayne@69: ItclClass *iclsPtr, Tcl_Obj *name, jpayne@69: const char *arglist, const char *body, jpayne@69: ItclMemberFunc **mfuncPtr); jpayne@69: /* 55 */ jpayne@69: ITCLAPI int Itcl_ChangeMemberFunc(Tcl_Interp *interp, jpayne@69: ItclMemberFunc *mfunc, const char *arglist, jpayne@69: const char *body); jpayne@69: /* 56 */ jpayne@69: ITCLAPI void Itcl_DeleteMemberFunc(void *cdata); jpayne@69: /* 57 */ jpayne@69: ITCLAPI int Itcl_CreateMemberCode(Tcl_Interp *interp, jpayne@69: ItclClass *iclsPtr, const char *arglist, jpayne@69: const char *body, ItclMemberCode **mcodePtr); jpayne@69: /* 58 */ jpayne@69: ITCLAPI void Itcl_DeleteMemberCode(void *cdata); jpayne@69: /* 59 */ jpayne@69: ITCLAPI int Itcl_GetMemberCode(Tcl_Interp *interp, jpayne@69: ItclMemberFunc *mfunc); jpayne@69: /* Slot 60 is reserved */ jpayne@69: /* 61 */ jpayne@69: ITCLAPI int Itcl_EvalMemberCode(Tcl_Interp *interp, jpayne@69: ItclMemberFunc *mfunc, jpayne@69: ItclObject *contextObj, Tcl_Size objc, jpayne@69: Tcl_Obj *const objv[]); jpayne@69: /* Slot 62 is reserved */ jpayne@69: /* Slot 63 is reserved */ jpayne@69: /* Slot 64 is reserved */ jpayne@69: /* Slot 65 is reserved */ jpayne@69: /* Slot 66 is reserved */ jpayne@69: /* 67 */ jpayne@69: ITCLAPI void Itcl_GetMemberFuncUsage(ItclMemberFunc *mfunc, jpayne@69: ItclObject *contextObj, Tcl_Obj *objPtr); jpayne@69: /* 68 */ jpayne@69: ITCLAPI int Itcl_ExecMethod(void *clientData, Tcl_Interp *interp, jpayne@69: int objc, Tcl_Obj *const objv[]); jpayne@69: /* 69 */ jpayne@69: ITCLAPI int Itcl_ExecProc(void *clientData, Tcl_Interp *interp, jpayne@69: int objc, Tcl_Obj *const objv[]); jpayne@69: /* Slot 70 is reserved */ jpayne@69: /* 71 */ jpayne@69: ITCLAPI int Itcl_ConstructBase(Tcl_Interp *interp, jpayne@69: ItclObject *contextObj, jpayne@69: ItclClass *contextClass); jpayne@69: /* 72 */ jpayne@69: ITCLAPI int Itcl_InvokeMethodIfExists(Tcl_Interp *interp, jpayne@69: const char *name, ItclClass *contextClass, jpayne@69: ItclObject *contextObj, Tcl_Size objc, jpayne@69: Tcl_Obj *const objv[]); jpayne@69: /* Slot 73 is reserved */ jpayne@69: /* 74 */ jpayne@69: ITCLAPI int Itcl_ReportFuncErrors(Tcl_Interp *interp, jpayne@69: ItclMemberFunc *mfunc, jpayne@69: ItclObject *contextObj, int result); jpayne@69: /* 75 */ jpayne@69: ITCLAPI int Itcl_ParseInit(Tcl_Interp *interp, jpayne@69: ItclObjectInfo *info); jpayne@69: /* 76 */ jpayne@69: ITCLAPI int Itcl_ClassCmd(void *clientData, Tcl_Interp *interp, jpayne@69: int objc, Tcl_Obj *const objv[]); jpayne@69: /* 77 */ jpayne@69: ITCLAPI int Itcl_ClassInheritCmd(void *clientData, jpayne@69: Tcl_Interp *interp, int objc, jpayne@69: Tcl_Obj *const objv[]); jpayne@69: /* 78 */ jpayne@69: ITCLAPI int Itcl_ClassProtectionCmd(void *clientData, jpayne@69: Tcl_Interp *interp, int objc, jpayne@69: Tcl_Obj *const objv[]); jpayne@69: /* 79 */ jpayne@69: ITCLAPI int Itcl_ClassConstructorCmd(void *clientData, jpayne@69: Tcl_Interp *interp, int objc, jpayne@69: Tcl_Obj *const objv[]); jpayne@69: /* 80 */ jpayne@69: ITCLAPI int Itcl_ClassDestructorCmd(void *clientData, jpayne@69: Tcl_Interp *interp, int objc, jpayne@69: Tcl_Obj *const objv[]); jpayne@69: /* 81 */ jpayne@69: ITCLAPI int Itcl_ClassMethodCmd(void *clientData, jpayne@69: Tcl_Interp *interp, int objc, jpayne@69: Tcl_Obj *const objv[]); jpayne@69: /* 82 */ jpayne@69: ITCLAPI int Itcl_ClassProcCmd(void *clientData, jpayne@69: Tcl_Interp *interp, int objc, jpayne@69: Tcl_Obj *const objv[]); jpayne@69: /* 83 */ jpayne@69: ITCLAPI int Itcl_ClassVariableCmd(void *clientData, jpayne@69: Tcl_Interp *interp, int objc, jpayne@69: Tcl_Obj *const objv[]); jpayne@69: /* 84 */ jpayne@69: ITCLAPI int Itcl_ClassCommonCmd(void *clientData, jpayne@69: Tcl_Interp *interp, int objc, jpayne@69: Tcl_Obj *const objv[]); jpayne@69: /* 85 */ jpayne@69: ITCLAPI int Itcl_ParseVarResolver(Tcl_Interp *interp, jpayne@69: const char *name, Tcl_Namespace *contextNs, jpayne@69: int flags, Tcl_Var *rPtr); jpayne@69: /* 86 */ jpayne@69: ITCLAPI int Itcl_BiInit(Tcl_Interp *interp, jpayne@69: ItclObjectInfo *infoPtr); jpayne@69: /* 87 */ jpayne@69: ITCLAPI int Itcl_InstallBiMethods(Tcl_Interp *interp, jpayne@69: ItclClass *cdefn); jpayne@69: /* 88 */ jpayne@69: ITCLAPI int Itcl_BiIsaCmd(void *clientData, Tcl_Interp *interp, jpayne@69: int objc, Tcl_Obj *const objv[]); jpayne@69: /* 89 */ jpayne@69: ITCLAPI int Itcl_BiConfigureCmd(void *clientData, jpayne@69: Tcl_Interp *interp, int objc, jpayne@69: Tcl_Obj *const objv[]); jpayne@69: /* 90 */ jpayne@69: ITCLAPI int Itcl_BiCgetCmd(void *clientData, Tcl_Interp *interp, jpayne@69: int objc, Tcl_Obj *const objv[]); jpayne@69: /* 91 */ jpayne@69: ITCLAPI int Itcl_BiChainCmd(void *dummy, Tcl_Interp *interp, jpayne@69: int objc, Tcl_Obj *const objv[]); jpayne@69: /* 92 */ jpayne@69: ITCLAPI int Itcl_BiInfoClassCmd(void *dummy, Tcl_Interp *interp, jpayne@69: int objc, Tcl_Obj *const objv[]); jpayne@69: /* 93 */ jpayne@69: ITCLAPI int Itcl_BiInfoInheritCmd(void *dummy, jpayne@69: Tcl_Interp *interp, int objc, jpayne@69: Tcl_Obj *const objv[]); jpayne@69: /* 94 */ jpayne@69: ITCLAPI int Itcl_BiInfoHeritageCmd(void *dummy, jpayne@69: Tcl_Interp *interp, int objc, jpayne@69: Tcl_Obj *const objv[]); jpayne@69: /* 95 */ jpayne@69: ITCLAPI int Itcl_BiInfoFunctionCmd(void *dummy, jpayne@69: Tcl_Interp *interp, int objc, jpayne@69: Tcl_Obj *const objv[]); jpayne@69: /* 96 */ jpayne@69: ITCLAPI int Itcl_BiInfoVariableCmd(void *dummy, jpayne@69: Tcl_Interp *interp, int objc, jpayne@69: Tcl_Obj *const objv[]); jpayne@69: /* 97 */ jpayne@69: ITCLAPI int Itcl_BiInfoBodyCmd(void *dummy, Tcl_Interp *interp, jpayne@69: int objc, Tcl_Obj *const objv[]); jpayne@69: /* 98 */ jpayne@69: ITCLAPI int Itcl_BiInfoArgsCmd(void *dummy, Tcl_Interp *interp, jpayne@69: int objc, Tcl_Obj *const objv[]); jpayne@69: /* Slot 99 is reserved */ jpayne@69: /* 100 */ jpayne@69: ITCLAPI int Itcl_EnsembleInit(Tcl_Interp *interp); jpayne@69: /* 101 */ jpayne@69: ITCLAPI int Itcl_CreateEnsemble(Tcl_Interp *interp, jpayne@69: const char *ensName); jpayne@69: /* 102 */ jpayne@69: ITCLAPI int Itcl_AddEnsemblePart(Tcl_Interp *interp, jpayne@69: const char *ensName, const char *partName, jpayne@69: const char *usageInfo, jpayne@69: Tcl_ObjCmdProc *objProc, void *clientData, jpayne@69: Tcl_CmdDeleteProc *deleteProc); jpayne@69: /* 103 */ jpayne@69: ITCLAPI int Itcl_GetEnsemblePart(Tcl_Interp *interp, jpayne@69: const char *ensName, const char *partName, jpayne@69: Tcl_CmdInfo *infoPtr); jpayne@69: /* 104 */ jpayne@69: ITCLAPI int Itcl_IsEnsemble(Tcl_CmdInfo *infoPtr); jpayne@69: /* 105 */ jpayne@69: ITCLAPI int Itcl_GetEnsembleUsage(Tcl_Interp *interp, jpayne@69: const char *ensName, Tcl_Obj *objPtr); jpayne@69: /* 106 */ jpayne@69: ITCLAPI int Itcl_GetEnsembleUsageForObj(Tcl_Interp *interp, jpayne@69: Tcl_Obj *ensObjPtr, Tcl_Obj *objPtr); jpayne@69: /* 107 */ jpayne@69: ITCLAPI int Itcl_EnsembleCmd(void *clientData, jpayne@69: Tcl_Interp *interp, int objc, jpayne@69: Tcl_Obj *const objv[]); jpayne@69: /* 108 */ jpayne@69: ITCLAPI int Itcl_EnsPartCmd(void *clientData, Tcl_Interp *interp, jpayne@69: int objc, Tcl_Obj *const objv[]); jpayne@69: /* 109 */ jpayne@69: ITCLAPI int Itcl_EnsembleErrorCmd(void *clientData, jpayne@69: Tcl_Interp *interp, Tcl_Size objc, jpayne@69: Tcl_Obj *const objv[]); jpayne@69: /* Slot 110 is reserved */ jpayne@69: /* Slot 111 is reserved */ jpayne@69: /* Slot 112 is reserved */ jpayne@69: /* Slot 113 is reserved */ jpayne@69: /* Slot 114 is reserved */ jpayne@69: /* 115 */ jpayne@69: ITCLAPI void Itcl_Assert(const char *testExpr, jpayne@69: const char *fileName, int lineNum); jpayne@69: /* 116 */ jpayne@69: ITCLAPI int Itcl_IsObjectCmd(void *clientData, jpayne@69: Tcl_Interp *interp, int objc, jpayne@69: Tcl_Obj *const objv[]); jpayne@69: /* 117 */ jpayne@69: ITCLAPI int Itcl_IsClassCmd(void *clientData, Tcl_Interp *interp, jpayne@69: int objc, Tcl_Obj *const objv[]); jpayne@69: /* Slot 118 is reserved */ jpayne@69: /* Slot 119 is reserved */ jpayne@69: /* Slot 120 is reserved */ jpayne@69: /* Slot 121 is reserved */ jpayne@69: /* Slot 122 is reserved */ jpayne@69: /* Slot 123 is reserved */ jpayne@69: /* Slot 124 is reserved */ jpayne@69: /* Slot 125 is reserved */ jpayne@69: /* Slot 126 is reserved */ jpayne@69: /* Slot 127 is reserved */ jpayne@69: /* Slot 128 is reserved */ jpayne@69: /* Slot 129 is reserved */ jpayne@69: /* Slot 130 is reserved */ jpayne@69: /* Slot 131 is reserved */ jpayne@69: /* Slot 132 is reserved */ jpayne@69: /* Slot 133 is reserved */ jpayne@69: /* Slot 134 is reserved */ jpayne@69: /* Slot 135 is reserved */ jpayne@69: /* Slot 136 is reserved */ jpayne@69: /* Slot 137 is reserved */ jpayne@69: /* Slot 138 is reserved */ jpayne@69: /* Slot 139 is reserved */ jpayne@69: /* 140 */ jpayne@69: ITCLAPI int Itcl_FilterAddCmd(void *clientData, jpayne@69: Tcl_Interp *interp, int objc, jpayne@69: Tcl_Obj *const objv[]); jpayne@69: /* 141 */ jpayne@69: ITCLAPI int Itcl_FilterDeleteCmd(void *clientData, jpayne@69: Tcl_Interp *interp, int objc, jpayne@69: Tcl_Obj *const objv[]); jpayne@69: /* 142 */ jpayne@69: ITCLAPI int Itcl_ForwardAddCmd(void *clientData, jpayne@69: Tcl_Interp *interp, int objc, jpayne@69: Tcl_Obj *const objv[]); jpayne@69: /* 143 */ jpayne@69: ITCLAPI int Itcl_ForwardDeleteCmd(void *clientData, jpayne@69: Tcl_Interp *interp, int objc, jpayne@69: Tcl_Obj *const objv[]); jpayne@69: /* 144 */ jpayne@69: ITCLAPI int Itcl_MixinAddCmd(void *clientData, jpayne@69: Tcl_Interp *interp, int objc, jpayne@69: Tcl_Obj *const objv[]); jpayne@69: /* 145 */ jpayne@69: ITCLAPI int Itcl_MixinDeleteCmd(void *clientData, jpayne@69: Tcl_Interp *interp, int objc, jpayne@69: Tcl_Obj *const objv[]); jpayne@69: /* Slot 146 is reserved */ jpayne@69: /* Slot 147 is reserved */ jpayne@69: /* Slot 148 is reserved */ jpayne@69: /* Slot 149 is reserved */ jpayne@69: /* Slot 150 is reserved */ jpayne@69: /* 151 */ jpayne@69: ITCLAPI int Itcl_BiInfoUnknownCmd(void *dummy, jpayne@69: Tcl_Interp *interp, int objc, jpayne@69: Tcl_Obj *const objv[]); jpayne@69: /* 152 */ jpayne@69: ITCLAPI int Itcl_BiInfoVarsCmd(void *dummy, Tcl_Interp *interp, jpayne@69: int objc, Tcl_Obj *const objv[]); jpayne@69: /* 153 */ jpayne@69: ITCLAPI int Itcl_CanAccess2(ItclClass *iclsPtr, int protection, jpayne@69: Tcl_Namespace *fromNsPtr); jpayne@69: /* Slot 154 is reserved */ jpayne@69: /* Slot 155 is reserved */ jpayne@69: /* Slot 156 is reserved */ jpayne@69: /* Slot 157 is reserved */ jpayne@69: /* Slot 158 is reserved */ jpayne@69: /* Slot 159 is reserved */ jpayne@69: /* 160 */ jpayne@69: ITCLAPI int Itcl_SetCallFrameResolver(Tcl_Interp *interp, jpayne@69: Tcl_Resolve *resolvePtr); jpayne@69: /* 161 */ jpayne@69: ITCLAPI int ItclEnsembleSubCmd(void *clientData, jpayne@69: Tcl_Interp *interp, const char *ensembleName, jpayne@69: int objc, Tcl_Obj *const *objv, jpayne@69: const char *functionName); jpayne@69: /* 162 */ jpayne@69: ITCLAPI Tcl_Namespace * Itcl_GetUplevelNamespace(Tcl_Interp *interp, jpayne@69: int level); jpayne@69: /* 163 */ jpayne@69: ITCLAPI void * Itcl_GetCallFrameClientData(Tcl_Interp *interp); jpayne@69: /* Slot 164 is reserved */ jpayne@69: /* 165 */ jpayne@69: ITCLAPI int Itcl_SetCallFrameNamespace(Tcl_Interp *interp, jpayne@69: Tcl_Namespace *nsPtr); jpayne@69: /* 166 */ jpayne@69: ITCLAPI Tcl_Size Itcl_GetCallFrameObjc(Tcl_Interp *interp); jpayne@69: /* 167 */ jpayne@69: ITCLAPI Tcl_Obj *const * Itcl_GetCallFrameObjv(Tcl_Interp *interp); jpayne@69: /* 168 */ jpayne@69: ITCLAPI int Itcl_NWidgetCmd(void *infoPtr, Tcl_Interp *interp, jpayne@69: int objc, Tcl_Obj *const objv[]); jpayne@69: /* 169 */ jpayne@69: ITCLAPI int Itcl_AddOptionCmd(void *infoPtr, Tcl_Interp *interp, jpayne@69: int objc, Tcl_Obj *const objv[]); jpayne@69: /* 170 */ jpayne@69: ITCLAPI int Itcl_AddComponentCmd(void *infoPtr, jpayne@69: Tcl_Interp *interp, int objc, jpayne@69: Tcl_Obj *const objv[]); jpayne@69: /* 171 */ jpayne@69: ITCLAPI int Itcl_BiInfoOptionCmd(void *dummy, Tcl_Interp *interp, jpayne@69: int objc, Tcl_Obj *const objv[]); jpayne@69: /* 172 */ jpayne@69: ITCLAPI int Itcl_BiInfoComponentCmd(void *dummy, jpayne@69: Tcl_Interp *interp, int objc, jpayne@69: Tcl_Obj *const objv[]); jpayne@69: /* 173 */ jpayne@69: ITCLAPI int Itcl_RenameCommand(Tcl_Interp *interp, jpayne@69: const char *oldName, const char *newName); jpayne@69: /* 174 */ jpayne@69: ITCLAPI int Itcl_PushCallFrame(Tcl_Interp *interp, jpayne@69: Tcl_CallFrame *framePtr, jpayne@69: Tcl_Namespace *nsPtr, int isProcCallFrame); jpayne@69: /* 175 */ jpayne@69: ITCLAPI void Itcl_PopCallFrame(Tcl_Interp *interp); jpayne@69: /* 176 */ jpayne@69: ITCLAPI Tcl_CallFrame * Itcl_GetUplevelCallFrame(Tcl_Interp *interp, jpayne@69: int level); jpayne@69: /* 177 */ jpayne@69: ITCLAPI Tcl_CallFrame * Itcl_ActivateCallFrame(Tcl_Interp *interp, jpayne@69: Tcl_CallFrame *framePtr); jpayne@69: /* 178 */ jpayne@69: ITCLAPI const char* ItclSetInstanceVar(Tcl_Interp *interp, jpayne@69: const char *name, const char *name2, jpayne@69: const char *value, ItclObject *contextIoPtr, jpayne@69: ItclClass *contextIclsPtr); jpayne@69: /* 179 */ jpayne@69: ITCLAPI Tcl_Obj * ItclCapitalize(const char *str); jpayne@69: /* 180 */ jpayne@69: ITCLAPI int ItclClassBaseCmd(void *clientData, jpayne@69: Tcl_Interp *interp, int flags, int objc, jpayne@69: Tcl_Obj *const objv[], jpayne@69: ItclClass **iclsPtrPtr); jpayne@69: /* 181 */ jpayne@69: ITCLAPI int ItclCreateComponent(Tcl_Interp *interp, jpayne@69: ItclClass *iclsPtr, Tcl_Obj *componentPtr, jpayne@69: int type, ItclComponent **icPtrPtr); jpayne@69: /* 182 */ jpayne@69: ITCLAPI void Itcl_SetContext(Tcl_Interp *interp, jpayne@69: ItclObject *ioPtr); jpayne@69: /* 183 */ jpayne@69: ITCLAPI void Itcl_UnsetContext(Tcl_Interp *interp); jpayne@69: /* 184 */ jpayne@69: ITCLAPI const char * ItclGetInstanceVar(Tcl_Interp *interp, jpayne@69: const char *name, const char *name2, jpayne@69: ItclObject *ioPtr, ItclClass *iclsPtr); jpayne@69: jpayne@69: typedef struct ItclIntStubs { jpayne@69: int magic; jpayne@69: int epoch; jpayne@69: int revision; jpayne@69: void *hooks; jpayne@69: jpayne@69: int (*itcl_IsClassNamespace) (Tcl_Namespace *namesp); /* 0 */ jpayne@69: int (*itcl_IsClass) (Tcl_Command cmd); /* 1 */ jpayne@69: ItclClass * (*itcl_FindClass) (Tcl_Interp *interp, const char *path, int autoload); /* 2 */ jpayne@69: int (*itcl_FindObject) (Tcl_Interp *interp, const char *name, ItclObject **roPtr); /* 3 */ jpayne@69: int (*itcl_IsObject) (Tcl_Command cmd); /* 4 */ jpayne@69: int (*itcl_ObjectIsa) (ItclObject *contextObj, ItclClass *cdefn); /* 5 */ jpayne@69: int (*itcl_Protection) (Tcl_Interp *interp, int newLevel); /* 6 */ jpayne@69: const char * (*itcl_ProtectionStr) (int pLevel); /* 7 */ jpayne@69: int (*itcl_CanAccess) (ItclMemberFunc *memberPtr, Tcl_Namespace *fromNsPtr); /* 8 */ jpayne@69: int (*itcl_CanAccessFunc) (ItclMemberFunc *mfunc, Tcl_Namespace *fromNsPtr); /* 9 */ jpayne@69: void (*reserved10)(void); jpayne@69: void (*itcl_ParseNamespPath) (const char *name, Tcl_DString *buffer, const char **head, const char **tail); /* 11 */ jpayne@69: int (*itcl_DecodeScopedCommand) (Tcl_Interp *interp, const char *name, Tcl_Namespace **rNsPtr, char **rCmdPtr); /* 12 */ jpayne@69: int (*itcl_EvalArgs) (Tcl_Interp *interp, Tcl_Size objc, Tcl_Obj *const objv[]); /* 13 */ jpayne@69: Tcl_Obj * (*itcl_CreateArgs) (Tcl_Interp *interp, const char *string, Tcl_Size objc, Tcl_Obj *const objv[]); /* 14 */ jpayne@69: void (*reserved15)(void); jpayne@69: void (*reserved16)(void); jpayne@69: int (*itcl_GetContext) (Tcl_Interp *interp, ItclClass **iclsPtrPtr, ItclObject **ioPtrPtr); /* 17 */ jpayne@69: void (*itcl_InitHierIter) (ItclHierIter *iter, ItclClass *iclsPtr); /* 18 */ jpayne@69: void (*itcl_DeleteHierIter) (ItclHierIter *iter); /* 19 */ jpayne@69: ItclClass * (*itcl_AdvanceHierIter) (ItclHierIter *iter); /* 20 */ jpayne@69: int (*itcl_FindClassesCmd) (void *clientData, Tcl_Interp *interp, int objc, Tcl_Obj *const objv[]); /* 21 */ jpayne@69: int (*itcl_FindObjectsCmd) (void *clientData, Tcl_Interp *interp, int objc, Tcl_Obj *const objv[]); /* 22 */ jpayne@69: void (*reserved23)(void); jpayne@69: int (*itcl_DelClassCmd) (void *clientData, Tcl_Interp *interp, int objc, Tcl_Obj *const objv[]); /* 24 */ jpayne@69: int (*itcl_DelObjectCmd) (void *clientData, Tcl_Interp *interp, int objc, Tcl_Obj *const objv[]); /* 25 */ jpayne@69: int (*itcl_ScopeCmd) (void *clientData, Tcl_Interp *interp, int objc, Tcl_Obj *const objv[]); /* 26 */ jpayne@69: int (*itcl_CodeCmd) (void *clientData, Tcl_Interp *interp, int objc, Tcl_Obj *const objv[]); /* 27 */ jpayne@69: int (*itcl_StubCreateCmd) (void *clientData, Tcl_Interp *interp, int objc, Tcl_Obj *const objv[]); /* 28 */ jpayne@69: int (*itcl_StubExistsCmd) (void *clientData, Tcl_Interp *interp, int objc, Tcl_Obj *const objv[]); /* 29 */ jpayne@69: int (*itcl_IsStub) (Tcl_Command cmd); /* 30 */ jpayne@69: int (*itcl_CreateClass) (Tcl_Interp *interp, const char *path, ItclObjectInfo *info, ItclClass **rPtr); /* 31 */ jpayne@69: int (*itcl_DeleteClass) (Tcl_Interp *interp, ItclClass *iclsPtr); /* 32 */ jpayne@69: Tcl_Namespace * (*itcl_FindClassNamespace) (Tcl_Interp *interp, const char *path); /* 33 */ jpayne@69: int (*itcl_HandleClass) (void *clientData, Tcl_Interp *interp, int objc, Tcl_Obj *const objv[]); /* 34 */ jpayne@69: void (*reserved35)(void); jpayne@69: void (*reserved36)(void); jpayne@69: void (*reserved37)(void); jpayne@69: void (*itcl_BuildVirtualTables) (ItclClass *iclsPtr); /* 38 */ jpayne@69: int (*itcl_CreateVariable) (Tcl_Interp *interp, ItclClass *iclsPtr, Tcl_Obj *name, char *init, char *config, ItclVariable **ivPtr); /* 39 */ jpayne@69: void (*itcl_DeleteVariable) (char *cdata); /* 40 */ jpayne@69: const char * (*itcl_GetCommonVar) (Tcl_Interp *interp, const char *name, ItclClass *contextClass); /* 41 */ jpayne@69: void (*reserved42)(void); jpayne@69: void (*reserved43)(void); jpayne@69: int (*itcl_CreateObject) (Tcl_Interp *interp, const char*name, ItclClass *iclsPtr, Tcl_Size objc, Tcl_Obj *const objv[], ItclObject **rioPtr); /* 44 */ jpayne@69: int (*itcl_DeleteObject) (Tcl_Interp *interp, ItclObject *contextObj); /* 45 */ jpayne@69: int (*itcl_DestructObject) (Tcl_Interp *interp, ItclObject *contextObj, int flags); /* 46 */ jpayne@69: void (*reserved47)(void); jpayne@69: const char * (*itcl_GetInstanceVar) (Tcl_Interp *interp, const char *name, ItclObject *contextIoPtr, ItclClass *contextIclsPtr); /* 48 */ jpayne@69: void (*reserved49)(void); jpayne@69: int (*itcl_BodyCmd) (void *dummy, Tcl_Interp *interp, int objc, Tcl_Obj *const objv[]); /* 50 */ jpayne@69: int (*itcl_ConfigBodyCmd) (void *dummy, Tcl_Interp *interp, int objc, Tcl_Obj *const objv[]); /* 51 */ jpayne@69: int (*itcl_CreateMethod) (Tcl_Interp *interp, ItclClass *iclsPtr, Tcl_Obj *namePtr, const char *arglist, const char *body); /* 52 */ jpayne@69: int (*itcl_CreateProc) (Tcl_Interp *interp, ItclClass *iclsPtr, Tcl_Obj *namePtr, const char *arglist, const char *body); /* 53 */ jpayne@69: int (*itcl_CreateMemberFunc) (Tcl_Interp *interp, ItclClass *iclsPtr, Tcl_Obj *name, const char *arglist, const char *body, ItclMemberFunc **mfuncPtr); /* 54 */ jpayne@69: int (*itcl_ChangeMemberFunc) (Tcl_Interp *interp, ItclMemberFunc *mfunc, const char *arglist, const char *body); /* 55 */ jpayne@69: void (*itcl_DeleteMemberFunc) (void *cdata); /* 56 */ jpayne@69: int (*itcl_CreateMemberCode) (Tcl_Interp *interp, ItclClass *iclsPtr, const char *arglist, const char *body, ItclMemberCode **mcodePtr); /* 57 */ jpayne@69: void (*itcl_DeleteMemberCode) (void *cdata); /* 58 */ jpayne@69: int (*itcl_GetMemberCode) (Tcl_Interp *interp, ItclMemberFunc *mfunc); /* 59 */ jpayne@69: void (*reserved60)(void); jpayne@69: int (*itcl_EvalMemberCode) (Tcl_Interp *interp, ItclMemberFunc *mfunc, ItclObject *contextObj, Tcl_Size objc, Tcl_Obj *const objv[]); /* 61 */ jpayne@69: void (*reserved62)(void); jpayne@69: void (*reserved63)(void); jpayne@69: void (*reserved64)(void); jpayne@69: void (*reserved65)(void); jpayne@69: void (*reserved66)(void); jpayne@69: void (*itcl_GetMemberFuncUsage) (ItclMemberFunc *mfunc, ItclObject *contextObj, Tcl_Obj *objPtr); /* 67 */ jpayne@69: int (*itcl_ExecMethod) (void *clientData, Tcl_Interp *interp, int objc, Tcl_Obj *const objv[]); /* 68 */ jpayne@69: int (*itcl_ExecProc) (void *clientData, Tcl_Interp *interp, int objc, Tcl_Obj *const objv[]); /* 69 */ jpayne@69: void (*reserved70)(void); jpayne@69: int (*itcl_ConstructBase) (Tcl_Interp *interp, ItclObject *contextObj, ItclClass *contextClass); /* 71 */ jpayne@69: int (*itcl_InvokeMethodIfExists) (Tcl_Interp *interp, const char *name, ItclClass *contextClass, ItclObject *contextObj, Tcl_Size objc, Tcl_Obj *const objv[]); /* 72 */ jpayne@69: void (*reserved73)(void); jpayne@69: int (*itcl_ReportFuncErrors) (Tcl_Interp *interp, ItclMemberFunc *mfunc, ItclObject *contextObj, int result); /* 74 */ jpayne@69: int (*itcl_ParseInit) (Tcl_Interp *interp, ItclObjectInfo *info); /* 75 */ jpayne@69: int (*itcl_ClassCmd) (void *clientData, Tcl_Interp *interp, int objc, Tcl_Obj *const objv[]); /* 76 */ jpayne@69: int (*itcl_ClassInheritCmd) (void *clientData, Tcl_Interp *interp, int objc, Tcl_Obj *const objv[]); /* 77 */ jpayne@69: int (*itcl_ClassProtectionCmd) (void *clientData, Tcl_Interp *interp, int objc, Tcl_Obj *const objv[]); /* 78 */ jpayne@69: int (*itcl_ClassConstructorCmd) (void *clientData, Tcl_Interp *interp, int objc, Tcl_Obj *const objv[]); /* 79 */ jpayne@69: int (*itcl_ClassDestructorCmd) (void *clientData, Tcl_Interp *interp, int objc, Tcl_Obj *const objv[]); /* 80 */ jpayne@69: int (*itcl_ClassMethodCmd) (void *clientData, Tcl_Interp *interp, int objc, Tcl_Obj *const objv[]); /* 81 */ jpayne@69: int (*itcl_ClassProcCmd) (void *clientData, Tcl_Interp *interp, int objc, Tcl_Obj *const objv[]); /* 82 */ jpayne@69: int (*itcl_ClassVariableCmd) (void *clientData, Tcl_Interp *interp, int objc, Tcl_Obj *const objv[]); /* 83 */ jpayne@69: int (*itcl_ClassCommonCmd) (void *clientData, Tcl_Interp *interp, int objc, Tcl_Obj *const objv[]); /* 84 */ jpayne@69: int (*itcl_ParseVarResolver) (Tcl_Interp *interp, const char *name, Tcl_Namespace *contextNs, int flags, Tcl_Var *rPtr); /* 85 */ jpayne@69: int (*itcl_BiInit) (Tcl_Interp *interp, ItclObjectInfo *infoPtr); /* 86 */ jpayne@69: int (*itcl_InstallBiMethods) (Tcl_Interp *interp, ItclClass *cdefn); /* 87 */ jpayne@69: int (*itcl_BiIsaCmd) (void *clientData, Tcl_Interp *interp, int objc, Tcl_Obj *const objv[]); /* 88 */ jpayne@69: int (*itcl_BiConfigureCmd) (void *clientData, Tcl_Interp *interp, int objc, Tcl_Obj *const objv[]); /* 89 */ jpayne@69: int (*itcl_BiCgetCmd) (void *clientData, Tcl_Interp *interp, int objc, Tcl_Obj *const objv[]); /* 90 */ jpayne@69: int (*itcl_BiChainCmd) (void *dummy, Tcl_Interp *interp, int objc, Tcl_Obj *const objv[]); /* 91 */ jpayne@69: int (*itcl_BiInfoClassCmd) (void *dummy, Tcl_Interp *interp, int objc, Tcl_Obj *const objv[]); /* 92 */ jpayne@69: int (*itcl_BiInfoInheritCmd) (void *dummy, Tcl_Interp *interp, int objc, Tcl_Obj *const objv[]); /* 93 */ jpayne@69: int (*itcl_BiInfoHeritageCmd) (void *dummy, Tcl_Interp *interp, int objc, Tcl_Obj *const objv[]); /* 94 */ jpayne@69: int (*itcl_BiInfoFunctionCmd) (void *dummy, Tcl_Interp *interp, int objc, Tcl_Obj *const objv[]); /* 95 */ jpayne@69: int (*itcl_BiInfoVariableCmd) (void *dummy, Tcl_Interp *interp, int objc, Tcl_Obj *const objv[]); /* 96 */ jpayne@69: int (*itcl_BiInfoBodyCmd) (void *dummy, Tcl_Interp *interp, int objc, Tcl_Obj *const objv[]); /* 97 */ jpayne@69: int (*itcl_BiInfoArgsCmd) (void *dummy, Tcl_Interp *interp, int objc, Tcl_Obj *const objv[]); /* 98 */ jpayne@69: void (*reserved99)(void); jpayne@69: int (*itcl_EnsembleInit) (Tcl_Interp *interp); /* 100 */ jpayne@69: int (*itcl_CreateEnsemble) (Tcl_Interp *interp, const char *ensName); /* 101 */ jpayne@69: int (*itcl_AddEnsemblePart) (Tcl_Interp *interp, const char *ensName, const char *partName, const char *usageInfo, Tcl_ObjCmdProc *objProc, void *clientData, Tcl_CmdDeleteProc *deleteProc); /* 102 */ jpayne@69: int (*itcl_GetEnsemblePart) (Tcl_Interp *interp, const char *ensName, const char *partName, Tcl_CmdInfo *infoPtr); /* 103 */ jpayne@69: int (*itcl_IsEnsemble) (Tcl_CmdInfo *infoPtr); /* 104 */ jpayne@69: int (*itcl_GetEnsembleUsage) (Tcl_Interp *interp, const char *ensName, Tcl_Obj *objPtr); /* 105 */ jpayne@69: int (*itcl_GetEnsembleUsageForObj) (Tcl_Interp *interp, Tcl_Obj *ensObjPtr, Tcl_Obj *objPtr); /* 106 */ jpayne@69: int (*itcl_EnsembleCmd) (void *clientData, Tcl_Interp *interp, int objc, Tcl_Obj *const objv[]); /* 107 */ jpayne@69: int (*itcl_EnsPartCmd) (void *clientData, Tcl_Interp *interp, int objc, Tcl_Obj *const objv[]); /* 108 */ jpayne@69: int (*itcl_EnsembleErrorCmd) (void *clientData, Tcl_Interp *interp, Tcl_Size objc, Tcl_Obj *const objv[]); /* 109 */ jpayne@69: void (*reserved110)(void); jpayne@69: void (*reserved111)(void); jpayne@69: void (*reserved112)(void); jpayne@69: void (*reserved113)(void); jpayne@69: void (*reserved114)(void); jpayne@69: void (*itcl_Assert) (const char *testExpr, const char *fileName, int lineNum); /* 115 */ jpayne@69: int (*itcl_IsObjectCmd) (void *clientData, Tcl_Interp *interp, int objc, Tcl_Obj *const objv[]); /* 116 */ jpayne@69: int (*itcl_IsClassCmd) (void *clientData, Tcl_Interp *interp, int objc, Tcl_Obj *const objv[]); /* 117 */ jpayne@69: void (*reserved118)(void); jpayne@69: void (*reserved119)(void); jpayne@69: void (*reserved120)(void); jpayne@69: void (*reserved121)(void); jpayne@69: void (*reserved122)(void); jpayne@69: void (*reserved123)(void); jpayne@69: void (*reserved124)(void); jpayne@69: void (*reserved125)(void); jpayne@69: void (*reserved126)(void); jpayne@69: void (*reserved127)(void); jpayne@69: void (*reserved128)(void); jpayne@69: void (*reserved129)(void); jpayne@69: void (*reserved130)(void); jpayne@69: void (*reserved131)(void); jpayne@69: void (*reserved132)(void); jpayne@69: void (*reserved133)(void); jpayne@69: void (*reserved134)(void); jpayne@69: void (*reserved135)(void); jpayne@69: void (*reserved136)(void); jpayne@69: void (*reserved137)(void); jpayne@69: void (*reserved138)(void); jpayne@69: void (*reserved139)(void); jpayne@69: int (*itcl_FilterAddCmd) (void *clientData, Tcl_Interp *interp, int objc, Tcl_Obj *const objv[]); /* 140 */ jpayne@69: int (*itcl_FilterDeleteCmd) (void *clientData, Tcl_Interp *interp, int objc, Tcl_Obj *const objv[]); /* 141 */ jpayne@69: int (*itcl_ForwardAddCmd) (void *clientData, Tcl_Interp *interp, int objc, Tcl_Obj *const objv[]); /* 142 */ jpayne@69: int (*itcl_ForwardDeleteCmd) (void *clientData, Tcl_Interp *interp, int objc, Tcl_Obj *const objv[]); /* 143 */ jpayne@69: int (*itcl_MixinAddCmd) (void *clientData, Tcl_Interp *interp, int objc, Tcl_Obj *const objv[]); /* 144 */ jpayne@69: int (*itcl_MixinDeleteCmd) (void *clientData, Tcl_Interp *interp, int objc, Tcl_Obj *const objv[]); /* 145 */ jpayne@69: void (*reserved146)(void); jpayne@69: void (*reserved147)(void); jpayne@69: void (*reserved148)(void); jpayne@69: void (*reserved149)(void); jpayne@69: void (*reserved150)(void); jpayne@69: int (*itcl_BiInfoUnknownCmd) (void *dummy, Tcl_Interp *interp, int objc, Tcl_Obj *const objv[]); /* 151 */ jpayne@69: int (*itcl_BiInfoVarsCmd) (void *dummy, Tcl_Interp *interp, int objc, Tcl_Obj *const objv[]); /* 152 */ jpayne@69: int (*itcl_CanAccess2) (ItclClass *iclsPtr, int protection, Tcl_Namespace *fromNsPtr); /* 153 */ jpayne@69: void (*reserved154)(void); jpayne@69: void (*reserved155)(void); jpayne@69: void (*reserved156)(void); jpayne@69: void (*reserved157)(void); jpayne@69: void (*reserved158)(void); jpayne@69: void (*reserved159)(void); jpayne@69: int (*itcl_SetCallFrameResolver) (Tcl_Interp *interp, Tcl_Resolve *resolvePtr); /* 160 */ jpayne@69: int (*itclEnsembleSubCmd) (void *clientData, Tcl_Interp *interp, const char *ensembleName, int objc, Tcl_Obj *const *objv, const char *functionName); /* 161 */ jpayne@69: Tcl_Namespace * (*itcl_GetUplevelNamespace) (Tcl_Interp *interp, int level); /* 162 */ jpayne@69: void * (*itcl_GetCallFrameClientData) (Tcl_Interp *interp); /* 163 */ jpayne@69: void (*reserved164)(void); jpayne@69: int (*itcl_SetCallFrameNamespace) (Tcl_Interp *interp, Tcl_Namespace *nsPtr); /* 165 */ jpayne@69: Tcl_Size (*itcl_GetCallFrameObjc) (Tcl_Interp *interp); /* 166 */ jpayne@69: Tcl_Obj *const * (*itcl_GetCallFrameObjv) (Tcl_Interp *interp); /* 167 */ jpayne@69: int (*itcl_NWidgetCmd) (void *infoPtr, Tcl_Interp *interp, int objc, Tcl_Obj *const objv[]); /* 168 */ jpayne@69: int (*itcl_AddOptionCmd) (void *infoPtr, Tcl_Interp *interp, int objc, Tcl_Obj *const objv[]); /* 169 */ jpayne@69: int (*itcl_AddComponentCmd) (void *infoPtr, Tcl_Interp *interp, int objc, Tcl_Obj *const objv[]); /* 170 */ jpayne@69: int (*itcl_BiInfoOptionCmd) (void *dummy, Tcl_Interp *interp, int objc, Tcl_Obj *const objv[]); /* 171 */ jpayne@69: int (*itcl_BiInfoComponentCmd) (void *dummy, Tcl_Interp *interp, int objc, Tcl_Obj *const objv[]); /* 172 */ jpayne@69: int (*itcl_RenameCommand) (Tcl_Interp *interp, const char *oldName, const char *newName); /* 173 */ jpayne@69: int (*itcl_PushCallFrame) (Tcl_Interp *interp, Tcl_CallFrame *framePtr, Tcl_Namespace *nsPtr, int isProcCallFrame); /* 174 */ jpayne@69: void (*itcl_PopCallFrame) (Tcl_Interp *interp); /* 175 */ jpayne@69: Tcl_CallFrame * (*itcl_GetUplevelCallFrame) (Tcl_Interp *interp, int level); /* 176 */ jpayne@69: Tcl_CallFrame * (*itcl_ActivateCallFrame) (Tcl_Interp *interp, Tcl_CallFrame *framePtr); /* 177 */ jpayne@69: const char* (*itclSetInstanceVar) (Tcl_Interp *interp, const char *name, const char *name2, const char *value, ItclObject *contextIoPtr, ItclClass *contextIclsPtr); /* 178 */ jpayne@69: Tcl_Obj * (*itclCapitalize) (const char *str); /* 179 */ jpayne@69: int (*itclClassBaseCmd) (void *clientData, Tcl_Interp *interp, int flags, int objc, Tcl_Obj *const objv[], ItclClass **iclsPtrPtr); /* 180 */ jpayne@69: int (*itclCreateComponent) (Tcl_Interp *interp, ItclClass *iclsPtr, Tcl_Obj *componentPtr, int type, ItclComponent **icPtrPtr); /* 181 */ jpayne@69: void (*itcl_SetContext) (Tcl_Interp *interp, ItclObject *ioPtr); /* 182 */ jpayne@69: void (*itcl_UnsetContext) (Tcl_Interp *interp); /* 183 */ jpayne@69: const char * (*itclGetInstanceVar) (Tcl_Interp *interp, const char *name, const char *name2, ItclObject *ioPtr, ItclClass *iclsPtr); /* 184 */ jpayne@69: } ItclIntStubs; jpayne@69: jpayne@69: extern const ItclIntStubs *itclIntStubsPtr; jpayne@69: jpayne@69: #ifdef __cplusplus jpayne@69: } jpayne@69: #endif jpayne@69: jpayne@69: #if defined(USE_ITCL_STUBS) jpayne@69: jpayne@69: /* jpayne@69: * Inline function declarations: jpayne@69: */ jpayne@69: jpayne@69: #define Itcl_IsClassNamespace \ jpayne@69: (itclIntStubsPtr->itcl_IsClassNamespace) /* 0 */ jpayne@69: #define Itcl_IsClass \ jpayne@69: (itclIntStubsPtr->itcl_IsClass) /* 1 */ jpayne@69: #define Itcl_FindClass \ jpayne@69: (itclIntStubsPtr->itcl_FindClass) /* 2 */ jpayne@69: #define Itcl_FindObject \ jpayne@69: (itclIntStubsPtr->itcl_FindObject) /* 3 */ jpayne@69: #define Itcl_IsObject \ jpayne@69: (itclIntStubsPtr->itcl_IsObject) /* 4 */ jpayne@69: #define Itcl_ObjectIsa \ jpayne@69: (itclIntStubsPtr->itcl_ObjectIsa) /* 5 */ jpayne@69: #define Itcl_Protection \ jpayne@69: (itclIntStubsPtr->itcl_Protection) /* 6 */ jpayne@69: #define Itcl_ProtectionStr \ jpayne@69: (itclIntStubsPtr->itcl_ProtectionStr) /* 7 */ jpayne@69: #define Itcl_CanAccess \ jpayne@69: (itclIntStubsPtr->itcl_CanAccess) /* 8 */ jpayne@69: #define Itcl_CanAccessFunc \ jpayne@69: (itclIntStubsPtr->itcl_CanAccessFunc) /* 9 */ jpayne@69: /* Slot 10 is reserved */ jpayne@69: #define Itcl_ParseNamespPath \ jpayne@69: (itclIntStubsPtr->itcl_ParseNamespPath) /* 11 */ jpayne@69: #define Itcl_DecodeScopedCommand \ jpayne@69: (itclIntStubsPtr->itcl_DecodeScopedCommand) /* 12 */ jpayne@69: #define Itcl_EvalArgs \ jpayne@69: (itclIntStubsPtr->itcl_EvalArgs) /* 13 */ jpayne@69: #define Itcl_CreateArgs \ jpayne@69: (itclIntStubsPtr->itcl_CreateArgs) /* 14 */ jpayne@69: /* Slot 15 is reserved */ jpayne@69: /* Slot 16 is reserved */ jpayne@69: #define Itcl_GetContext \ jpayne@69: (itclIntStubsPtr->itcl_GetContext) /* 17 */ jpayne@69: #define Itcl_InitHierIter \ jpayne@69: (itclIntStubsPtr->itcl_InitHierIter) /* 18 */ jpayne@69: #define Itcl_DeleteHierIter \ jpayne@69: (itclIntStubsPtr->itcl_DeleteHierIter) /* 19 */ jpayne@69: #define Itcl_AdvanceHierIter \ jpayne@69: (itclIntStubsPtr->itcl_AdvanceHierIter) /* 20 */ jpayne@69: #define Itcl_FindClassesCmd \ jpayne@69: (itclIntStubsPtr->itcl_FindClassesCmd) /* 21 */ jpayne@69: #define Itcl_FindObjectsCmd \ jpayne@69: (itclIntStubsPtr->itcl_FindObjectsCmd) /* 22 */ jpayne@69: /* Slot 23 is reserved */ jpayne@69: #define Itcl_DelClassCmd \ jpayne@69: (itclIntStubsPtr->itcl_DelClassCmd) /* 24 */ jpayne@69: #define Itcl_DelObjectCmd \ jpayne@69: (itclIntStubsPtr->itcl_DelObjectCmd) /* 25 */ jpayne@69: #define Itcl_ScopeCmd \ jpayne@69: (itclIntStubsPtr->itcl_ScopeCmd) /* 26 */ jpayne@69: #define Itcl_CodeCmd \ jpayne@69: (itclIntStubsPtr->itcl_CodeCmd) /* 27 */ jpayne@69: #define Itcl_StubCreateCmd \ jpayne@69: (itclIntStubsPtr->itcl_StubCreateCmd) /* 28 */ jpayne@69: #define Itcl_StubExistsCmd \ jpayne@69: (itclIntStubsPtr->itcl_StubExistsCmd) /* 29 */ jpayne@69: #define Itcl_IsStub \ jpayne@69: (itclIntStubsPtr->itcl_IsStub) /* 30 */ jpayne@69: #define Itcl_CreateClass \ jpayne@69: (itclIntStubsPtr->itcl_CreateClass) /* 31 */ jpayne@69: #define Itcl_DeleteClass \ jpayne@69: (itclIntStubsPtr->itcl_DeleteClass) /* 32 */ jpayne@69: #define Itcl_FindClassNamespace \ jpayne@69: (itclIntStubsPtr->itcl_FindClassNamespace) /* 33 */ jpayne@69: #define Itcl_HandleClass \ jpayne@69: (itclIntStubsPtr->itcl_HandleClass) /* 34 */ jpayne@69: /* Slot 35 is reserved */ jpayne@69: /* Slot 36 is reserved */ jpayne@69: /* Slot 37 is reserved */ jpayne@69: #define Itcl_BuildVirtualTables \ jpayne@69: (itclIntStubsPtr->itcl_BuildVirtualTables) /* 38 */ jpayne@69: #define Itcl_CreateVariable \ jpayne@69: (itclIntStubsPtr->itcl_CreateVariable) /* 39 */ jpayne@69: #define Itcl_DeleteVariable \ jpayne@69: (itclIntStubsPtr->itcl_DeleteVariable) /* 40 */ jpayne@69: #define Itcl_GetCommonVar \ jpayne@69: (itclIntStubsPtr->itcl_GetCommonVar) /* 41 */ jpayne@69: /* Slot 42 is reserved */ jpayne@69: /* Slot 43 is reserved */ jpayne@69: #define Itcl_CreateObject \ jpayne@69: (itclIntStubsPtr->itcl_CreateObject) /* 44 */ jpayne@69: #define Itcl_DeleteObject \ jpayne@69: (itclIntStubsPtr->itcl_DeleteObject) /* 45 */ jpayne@69: #define Itcl_DestructObject \ jpayne@69: (itclIntStubsPtr->itcl_DestructObject) /* 46 */ jpayne@69: /* Slot 47 is reserved */ jpayne@69: #define Itcl_GetInstanceVar \ jpayne@69: (itclIntStubsPtr->itcl_GetInstanceVar) /* 48 */ jpayne@69: /* Slot 49 is reserved */ jpayne@69: #define Itcl_BodyCmd \ jpayne@69: (itclIntStubsPtr->itcl_BodyCmd) /* 50 */ jpayne@69: #define Itcl_ConfigBodyCmd \ jpayne@69: (itclIntStubsPtr->itcl_ConfigBodyCmd) /* 51 */ jpayne@69: #define Itcl_CreateMethod \ jpayne@69: (itclIntStubsPtr->itcl_CreateMethod) /* 52 */ jpayne@69: #define Itcl_CreateProc \ jpayne@69: (itclIntStubsPtr->itcl_CreateProc) /* 53 */ jpayne@69: #define Itcl_CreateMemberFunc \ jpayne@69: (itclIntStubsPtr->itcl_CreateMemberFunc) /* 54 */ jpayne@69: #define Itcl_ChangeMemberFunc \ jpayne@69: (itclIntStubsPtr->itcl_ChangeMemberFunc) /* 55 */ jpayne@69: #define Itcl_DeleteMemberFunc \ jpayne@69: (itclIntStubsPtr->itcl_DeleteMemberFunc) /* 56 */ jpayne@69: #define Itcl_CreateMemberCode \ jpayne@69: (itclIntStubsPtr->itcl_CreateMemberCode) /* 57 */ jpayne@69: #define Itcl_DeleteMemberCode \ jpayne@69: (itclIntStubsPtr->itcl_DeleteMemberCode) /* 58 */ jpayne@69: #define Itcl_GetMemberCode \ jpayne@69: (itclIntStubsPtr->itcl_GetMemberCode) /* 59 */ jpayne@69: /* Slot 60 is reserved */ jpayne@69: #define Itcl_EvalMemberCode \ jpayne@69: (itclIntStubsPtr->itcl_EvalMemberCode) /* 61 */ jpayne@69: /* Slot 62 is reserved */ jpayne@69: /* Slot 63 is reserved */ jpayne@69: /* Slot 64 is reserved */ jpayne@69: /* Slot 65 is reserved */ jpayne@69: /* Slot 66 is reserved */ jpayne@69: #define Itcl_GetMemberFuncUsage \ jpayne@69: (itclIntStubsPtr->itcl_GetMemberFuncUsage) /* 67 */ jpayne@69: #define Itcl_ExecMethod \ jpayne@69: (itclIntStubsPtr->itcl_ExecMethod) /* 68 */ jpayne@69: #define Itcl_ExecProc \ jpayne@69: (itclIntStubsPtr->itcl_ExecProc) /* 69 */ jpayne@69: /* Slot 70 is reserved */ jpayne@69: #define Itcl_ConstructBase \ jpayne@69: (itclIntStubsPtr->itcl_ConstructBase) /* 71 */ jpayne@69: #define Itcl_InvokeMethodIfExists \ jpayne@69: (itclIntStubsPtr->itcl_InvokeMethodIfExists) /* 72 */ jpayne@69: /* Slot 73 is reserved */ jpayne@69: #define Itcl_ReportFuncErrors \ jpayne@69: (itclIntStubsPtr->itcl_ReportFuncErrors) /* 74 */ jpayne@69: #define Itcl_ParseInit \ jpayne@69: (itclIntStubsPtr->itcl_ParseInit) /* 75 */ jpayne@69: #define Itcl_ClassCmd \ jpayne@69: (itclIntStubsPtr->itcl_ClassCmd) /* 76 */ jpayne@69: #define Itcl_ClassInheritCmd \ jpayne@69: (itclIntStubsPtr->itcl_ClassInheritCmd) /* 77 */ jpayne@69: #define Itcl_ClassProtectionCmd \ jpayne@69: (itclIntStubsPtr->itcl_ClassProtectionCmd) /* 78 */ jpayne@69: #define Itcl_ClassConstructorCmd \ jpayne@69: (itclIntStubsPtr->itcl_ClassConstructorCmd) /* 79 */ jpayne@69: #define Itcl_ClassDestructorCmd \ jpayne@69: (itclIntStubsPtr->itcl_ClassDestructorCmd) /* 80 */ jpayne@69: #define Itcl_ClassMethodCmd \ jpayne@69: (itclIntStubsPtr->itcl_ClassMethodCmd) /* 81 */ jpayne@69: #define Itcl_ClassProcCmd \ jpayne@69: (itclIntStubsPtr->itcl_ClassProcCmd) /* 82 */ jpayne@69: #define Itcl_ClassVariableCmd \ jpayne@69: (itclIntStubsPtr->itcl_ClassVariableCmd) /* 83 */ jpayne@69: #define Itcl_ClassCommonCmd \ jpayne@69: (itclIntStubsPtr->itcl_ClassCommonCmd) /* 84 */ jpayne@69: #define Itcl_ParseVarResolver \ jpayne@69: (itclIntStubsPtr->itcl_ParseVarResolver) /* 85 */ jpayne@69: #define Itcl_BiInit \ jpayne@69: (itclIntStubsPtr->itcl_BiInit) /* 86 */ jpayne@69: #define Itcl_InstallBiMethods \ jpayne@69: (itclIntStubsPtr->itcl_InstallBiMethods) /* 87 */ jpayne@69: #define Itcl_BiIsaCmd \ jpayne@69: (itclIntStubsPtr->itcl_BiIsaCmd) /* 88 */ jpayne@69: #define Itcl_BiConfigureCmd \ jpayne@69: (itclIntStubsPtr->itcl_BiConfigureCmd) /* 89 */ jpayne@69: #define Itcl_BiCgetCmd \ jpayne@69: (itclIntStubsPtr->itcl_BiCgetCmd) /* 90 */ jpayne@69: #define Itcl_BiChainCmd \ jpayne@69: (itclIntStubsPtr->itcl_BiChainCmd) /* 91 */ jpayne@69: #define Itcl_BiInfoClassCmd \ jpayne@69: (itclIntStubsPtr->itcl_BiInfoClassCmd) /* 92 */ jpayne@69: #define Itcl_BiInfoInheritCmd \ jpayne@69: (itclIntStubsPtr->itcl_BiInfoInheritCmd) /* 93 */ jpayne@69: #define Itcl_BiInfoHeritageCmd \ jpayne@69: (itclIntStubsPtr->itcl_BiInfoHeritageCmd) /* 94 */ jpayne@69: #define Itcl_BiInfoFunctionCmd \ jpayne@69: (itclIntStubsPtr->itcl_BiInfoFunctionCmd) /* 95 */ jpayne@69: #define Itcl_BiInfoVariableCmd \ jpayne@69: (itclIntStubsPtr->itcl_BiInfoVariableCmd) /* 96 */ jpayne@69: #define Itcl_BiInfoBodyCmd \ jpayne@69: (itclIntStubsPtr->itcl_BiInfoBodyCmd) /* 97 */ jpayne@69: #define Itcl_BiInfoArgsCmd \ jpayne@69: (itclIntStubsPtr->itcl_BiInfoArgsCmd) /* 98 */ jpayne@69: /* Slot 99 is reserved */ jpayne@69: #define Itcl_EnsembleInit \ jpayne@69: (itclIntStubsPtr->itcl_EnsembleInit) /* 100 */ jpayne@69: #define Itcl_CreateEnsemble \ jpayne@69: (itclIntStubsPtr->itcl_CreateEnsemble) /* 101 */ jpayne@69: #define Itcl_AddEnsemblePart \ jpayne@69: (itclIntStubsPtr->itcl_AddEnsemblePart) /* 102 */ jpayne@69: #define Itcl_GetEnsemblePart \ jpayne@69: (itclIntStubsPtr->itcl_GetEnsemblePart) /* 103 */ jpayne@69: #define Itcl_IsEnsemble \ jpayne@69: (itclIntStubsPtr->itcl_IsEnsemble) /* 104 */ jpayne@69: #define Itcl_GetEnsembleUsage \ jpayne@69: (itclIntStubsPtr->itcl_GetEnsembleUsage) /* 105 */ jpayne@69: #define Itcl_GetEnsembleUsageForObj \ jpayne@69: (itclIntStubsPtr->itcl_GetEnsembleUsageForObj) /* 106 */ jpayne@69: #define Itcl_EnsembleCmd \ jpayne@69: (itclIntStubsPtr->itcl_EnsembleCmd) /* 107 */ jpayne@69: #define Itcl_EnsPartCmd \ jpayne@69: (itclIntStubsPtr->itcl_EnsPartCmd) /* 108 */ jpayne@69: #define Itcl_EnsembleErrorCmd \ jpayne@69: (itclIntStubsPtr->itcl_EnsembleErrorCmd) /* 109 */ jpayne@69: /* Slot 110 is reserved */ jpayne@69: /* Slot 111 is reserved */ jpayne@69: /* Slot 112 is reserved */ jpayne@69: /* Slot 113 is reserved */ jpayne@69: /* Slot 114 is reserved */ jpayne@69: #define Itcl_Assert \ jpayne@69: (itclIntStubsPtr->itcl_Assert) /* 115 */ jpayne@69: #define Itcl_IsObjectCmd \ jpayne@69: (itclIntStubsPtr->itcl_IsObjectCmd) /* 116 */ jpayne@69: #define Itcl_IsClassCmd \ jpayne@69: (itclIntStubsPtr->itcl_IsClassCmd) /* 117 */ jpayne@69: /* Slot 118 is reserved */ jpayne@69: /* Slot 119 is reserved */ jpayne@69: /* Slot 120 is reserved */ jpayne@69: /* Slot 121 is reserved */ jpayne@69: /* Slot 122 is reserved */ jpayne@69: /* Slot 123 is reserved */ jpayne@69: /* Slot 124 is reserved */ jpayne@69: /* Slot 125 is reserved */ jpayne@69: /* Slot 126 is reserved */ jpayne@69: /* Slot 127 is reserved */ jpayne@69: /* Slot 128 is reserved */ jpayne@69: /* Slot 129 is reserved */ jpayne@69: /* Slot 130 is reserved */ jpayne@69: /* Slot 131 is reserved */ jpayne@69: /* Slot 132 is reserved */ jpayne@69: /* Slot 133 is reserved */ jpayne@69: /* Slot 134 is reserved */ jpayne@69: /* Slot 135 is reserved */ jpayne@69: /* Slot 136 is reserved */ jpayne@69: /* Slot 137 is reserved */ jpayne@69: /* Slot 138 is reserved */ jpayne@69: /* Slot 139 is reserved */ jpayne@69: #define Itcl_FilterAddCmd \ jpayne@69: (itclIntStubsPtr->itcl_FilterAddCmd) /* 140 */ jpayne@69: #define Itcl_FilterDeleteCmd \ jpayne@69: (itclIntStubsPtr->itcl_FilterDeleteCmd) /* 141 */ jpayne@69: #define Itcl_ForwardAddCmd \ jpayne@69: (itclIntStubsPtr->itcl_ForwardAddCmd) /* 142 */ jpayne@69: #define Itcl_ForwardDeleteCmd \ jpayne@69: (itclIntStubsPtr->itcl_ForwardDeleteCmd) /* 143 */ jpayne@69: #define Itcl_MixinAddCmd \ jpayne@69: (itclIntStubsPtr->itcl_MixinAddCmd) /* 144 */ jpayne@69: #define Itcl_MixinDeleteCmd \ jpayne@69: (itclIntStubsPtr->itcl_MixinDeleteCmd) /* 145 */ jpayne@69: /* Slot 146 is reserved */ jpayne@69: /* Slot 147 is reserved */ jpayne@69: /* Slot 148 is reserved */ jpayne@69: /* Slot 149 is reserved */ jpayne@69: /* Slot 150 is reserved */ jpayne@69: #define Itcl_BiInfoUnknownCmd \ jpayne@69: (itclIntStubsPtr->itcl_BiInfoUnknownCmd) /* 151 */ jpayne@69: #define Itcl_BiInfoVarsCmd \ jpayne@69: (itclIntStubsPtr->itcl_BiInfoVarsCmd) /* 152 */ jpayne@69: #define Itcl_CanAccess2 \ jpayne@69: (itclIntStubsPtr->itcl_CanAccess2) /* 153 */ jpayne@69: /* Slot 154 is reserved */ jpayne@69: /* Slot 155 is reserved */ jpayne@69: /* Slot 156 is reserved */ jpayne@69: /* Slot 157 is reserved */ jpayne@69: /* Slot 158 is reserved */ jpayne@69: /* Slot 159 is reserved */ jpayne@69: #define Itcl_SetCallFrameResolver \ jpayne@69: (itclIntStubsPtr->itcl_SetCallFrameResolver) /* 160 */ jpayne@69: #define ItclEnsembleSubCmd \ jpayne@69: (itclIntStubsPtr->itclEnsembleSubCmd) /* 161 */ jpayne@69: #define Itcl_GetUplevelNamespace \ jpayne@69: (itclIntStubsPtr->itcl_GetUplevelNamespace) /* 162 */ jpayne@69: #define Itcl_GetCallFrameClientData \ jpayne@69: (itclIntStubsPtr->itcl_GetCallFrameClientData) /* 163 */ jpayne@69: /* Slot 164 is reserved */ jpayne@69: #define Itcl_SetCallFrameNamespace \ jpayne@69: (itclIntStubsPtr->itcl_SetCallFrameNamespace) /* 165 */ jpayne@69: #define Itcl_GetCallFrameObjc \ jpayne@69: (itclIntStubsPtr->itcl_GetCallFrameObjc) /* 166 */ jpayne@69: #define Itcl_GetCallFrameObjv \ jpayne@69: (itclIntStubsPtr->itcl_GetCallFrameObjv) /* 167 */ jpayne@69: #define Itcl_NWidgetCmd \ jpayne@69: (itclIntStubsPtr->itcl_NWidgetCmd) /* 168 */ jpayne@69: #define Itcl_AddOptionCmd \ jpayne@69: (itclIntStubsPtr->itcl_AddOptionCmd) /* 169 */ jpayne@69: #define Itcl_AddComponentCmd \ jpayne@69: (itclIntStubsPtr->itcl_AddComponentCmd) /* 170 */ jpayne@69: #define Itcl_BiInfoOptionCmd \ jpayne@69: (itclIntStubsPtr->itcl_BiInfoOptionCmd) /* 171 */ jpayne@69: #define Itcl_BiInfoComponentCmd \ jpayne@69: (itclIntStubsPtr->itcl_BiInfoComponentCmd) /* 172 */ jpayne@69: #define Itcl_RenameCommand \ jpayne@69: (itclIntStubsPtr->itcl_RenameCommand) /* 173 */ jpayne@69: #define Itcl_PushCallFrame \ jpayne@69: (itclIntStubsPtr->itcl_PushCallFrame) /* 174 */ jpayne@69: #define Itcl_PopCallFrame \ jpayne@69: (itclIntStubsPtr->itcl_PopCallFrame) /* 175 */ jpayne@69: #define Itcl_GetUplevelCallFrame \ jpayne@69: (itclIntStubsPtr->itcl_GetUplevelCallFrame) /* 176 */ jpayne@69: #define Itcl_ActivateCallFrame \ jpayne@69: (itclIntStubsPtr->itcl_ActivateCallFrame) /* 177 */ jpayne@69: #define ItclSetInstanceVar \ jpayne@69: (itclIntStubsPtr->itclSetInstanceVar) /* 178 */ jpayne@69: #define ItclCapitalize \ jpayne@69: (itclIntStubsPtr->itclCapitalize) /* 179 */ jpayne@69: #define ItclClassBaseCmd \ jpayne@69: (itclIntStubsPtr->itclClassBaseCmd) /* 180 */ jpayne@69: #define ItclCreateComponent \ jpayne@69: (itclIntStubsPtr->itclCreateComponent) /* 181 */ jpayne@69: #define Itcl_SetContext \ jpayne@69: (itclIntStubsPtr->itcl_SetContext) /* 182 */ jpayne@69: #define Itcl_UnsetContext \ jpayne@69: (itclIntStubsPtr->itcl_UnsetContext) /* 183 */ jpayne@69: #define ItclGetInstanceVar \ jpayne@69: (itclIntStubsPtr->itclGetInstanceVar) /* 184 */ jpayne@69: jpayne@69: #endif /* defined(USE_ITCL_STUBS) */ jpayne@69: jpayne@69: /* !END!: Do not edit above this line. */ jpayne@69: jpayne@69: #endif /* _ITCLINTDECLS */