PropertyTcl(API)

提供: Eospedia
移動: 案内検索

DataExpress/TclTk/src/VTKorg/PropertyTclはAPI です。

定数

構造体

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);