「PropertyTcl(API)」の版間の差分
提供: Eospedia
(ページの作成:「DataExpress/TclTk/src/VTKorg/'''PropertyTcl'''はAPI です。 == 定数 == == 構造体 == typedef struct PropertyTclInfo { int N; Tcl_Obj* objPtr; Tcl_Obj* cmd...」) |
(相違点なし)
|
2014年5月20日 (火) 05:38時点における最新版
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);