Itcl_CreateObject, Itcl_DeleteObject, Itcl_FindObject, Itcl_IsObject, Itcl_IsObjectIsa — Manipulate an class instance.
#include <itclInt.h>
void
Itcl_PreserveData(cdata)
void
Itcl_ReleaseData(cdata)
void
Itcl_EventuallyFree(cdata, fproc)
- Tcl_FreeProc *fproc (in)
-
Address of function to call when the block is to be freed.
- ClientData clientData (in)
-
Arbitrary one-word value.
free, memory
Copyright © 1993-1998 Lucent Technologies, Inc.