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
Itcl_CreateObject 3 3.0 itcl "[incr Tcl] Library Procedures"
S Note: do not modify the .SH NAME line immediately below!
NAME
Itcl_CreateObject, Itcl_DeleteObject, Itcl_FindObject, Itcl_IsObject, Itcl_IsObjectIsa - Manipulate an class instance.
SYNOPSIS
#include <itclInt.h>
void
Itcl_PreserveData(cdata)
void
Itcl_ReleaseData(cdata)
void
Itcl_EventuallyFree(cdata, fproc)
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. E
DESCRIPTION

KEYWORDS
free, memory