1tixDestroy(n) Tix Built-In Commands tixDestroy(n)
23
4
NAME
6tixDestroy - Destroy Tix Objects
7
SYNOPSIS
9tixDestroy objectName
1011
DESCRIPTION
13The tixDestroy destroys a Tix object whose class is declared by the
14tixClass keyword. When the object is destroyed, its Destructor function
15is called and the memory allocated for this object is freed.
16
KEYWORDS
18Tix, Object
1920
21
22
23
Tix 4.0 tixDestroy(n)