Class GTK2.G.Object
- Description
The base object. All GDK and GTK classes inherit from this. The Pango classes also inherit from this class.
Signals: notify
- Method
_destruct
protected
G.Object
_destruct()- Description
Destroy this object. This is the normal way to (eg) close a window - simply call destruct(obj) and it will be destroyed.