'\" '\" Copyright (c) 1993-1998 Lucent Technologies, Inc. '\" '\" See the file "license.terms" for information on usage and redistribution '\" of this file, and for a DISCLAIMER OF ALL WARRANTIES. '\" '\" RCS: $Id: Object.3,v 1.1 2007/09/06 21:45:52 davygrvy Exp $ '\" .so man.macros .TH Itcl_CreateObject 3 3.0 itcl "[incr\ Tcl] Library Procedures" .BS '\" Note: do not modify the .SH NAME line immediately below! .SH NAME Itcl_CreateObject, Itcl_DeleteObject, Itcl_FindObject, Itcl_IsObject, Itcl_IsObjectIsa \- Manipulate an class instance. .SH SYNOPSIS .nf \fB#include \fR .sp void \fBItcl_PreserveData\fR(\fIcdata\fR) .sp void \fBItcl_ReleaseData\fR(\fIcdata\fR) .sp void \fBItcl_EventuallyFree\fR(\fIcdata, fproc\fR) .SH ARGUMENTS .AP Tcl_FreeProc *fproc in Address of function to call when the block is to be freed. .AP ClientData clientData in Arbitrary one-word value. .BE .SH DESCRIPTION .PP .SH KEYWORDS free, memory