PropertyTcl(API)

提供: Eospedia
2014年5月20日 (火) 05:38時点におけるKinoshita (トーク | 投稿記録)による版

(差分) ←前の版 | 最新版 (差分) | 次の版→ (差分)
移動: 案内検索

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