PropertyTcl(API)
From EosPedia
DataExpress/TclTk/src/VTKorg/PropertyTcl is API.
constant
struct
typedef struct PropertyTclInfo {
int N;
Tcl_Obj* objPtr;
Tcl_Obj* cmdPtr;
} PropertyTclInfo;
typedef struct PropertyTclState {
Tcl_HashTable hash;
int uid;
} PropertyTclState;
API
extern int PropertyTclInit(Tcl_Interp *interp);