URL
https://opencores.org/ocsvn/or1k/or1k/trunk
Subversion Repositories or1k
[/] [or1k/] [trunk/] [insight/] [tix/] [man/] [Destroy.n] - Rev 578
Go to most recent revision | Compare with Previous | Blame | View Log
'\"
'\" Copyright (c) 1996, Expert Interface Technologies
'\"
'\" See the file "license.terms" for information on usage and redistribution
'\" of this file, and for a DISCLAIMER OF ALL WARRANTIES.
'\"
'\" The file man.macros and some of the macros used by this file are
'\" copyrighted: (c) 1990 The Regents of the University of California.
'\" (c) 1994-1995 Sun Microsystems, Inc.
'\" The license terms of the Tcl/Tk distrobution are in the file
'\" license.tcl.
.so man.macros
.HS tixDestroy tix 4.0
.BS
'
.SH NAME
tixDestroy \- Destroy Tix Objects
'
.SH SYNOPSIS
\fBtixDestroy\fR \fIobjectName\fR
'
.BE
.SH DESCRIPTION
.PP
The \fBtixDestroy\fR destroys a Tix object whose class is declared by
the \fBtixClass\fR keyword. When the object is destroyed, its
\fBDestructor\fR function is called and the memory allocated for this
object is freed.
'
.SH KEYWORDS
Tix, Object
Go to most recent revision | Compare with Previous | Blame | View Log