Difference between revisions of "PropertyTcl(API)"
From EosPedia
(Created page with "DataExpress/TclTk/src/VTKorg/'''PropertyTcl''' is API. == constant == == struct == typedef struct PropertyTclInfo { int N; Tcl_Obj* objPtr; Tcl_Obj* cmdPtr; } Proper...") |
(No difference)
|
Latest revision as of 08:11, 28 July 2014
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);