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: Class.3,v 1.1 2007/09/06 21:48:31 davygrvy Exp $

.so man.macros
Itcl_CreateClass 3 3.0 itcl "[incr Tcl] Library Procedures"
S Note: do not modify the .SH NAME line immediately below!
NAME
Itcl_CreateClass, Itcl_DeleteClass, Itcl_FindClass, Itcl_IsClass, Itcl_IsClassNamespace - Manipulate classes.
SYNOPSIS
#include <itclInt.h>
int
Itcl_CreateClass(interp, path, info, rPtr)
int
Itcl_DeleteClass(interp, cdefnPtr)
ItclClass *
Itcl_FindClass(interp, path, autoload)
int
Itcl_IsClass(cmd)
int
Itcl_IsClassNamespace(namesp)
ARGUMENTS
.AP Tcl_Interp *interp in Interpreter to modify. .AP "CONST char" *path in Path of the class. .AP ItclObjectInfo *info in TODO. .AP ItclClass **rPtr in/out The address of the pointer to modify. .AP ItclClass *cdefnPtr in Pointer to class info struct. .AP int autoload in Flag value for if the class should be autoloaded .AP Tcl_Command cmd in Command to check. .AP Tcl_Namespace *namesp in Namespace to check. E
DESCRIPTION

KEYWORDS
class, find