#include <itclInt.h>
Collaboration diagram for ItclMemberCode:
Data Fields | |
int | flags |
CompiledLocal * | arglist |
int | argcount |
Proc * | procPtr |
union { | |
Tcl_CmdProc * argCmd | |
Tcl_ObjCmdProc * objCmd | |
} | cfunc |
ClientData | clientData |
Definition at line 208 of file itclInt.h.
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|