GtkObject
A base class for all classes in the Gtk family.
Object Hierarchy
Direct Subclasses
Description
GtkObject is a base class for all classes in the Gtk family. It is an abstract class which cannot be instantiated directly.
Methods
destroy() Â Destroys the object. flags() Â Returns the current object flags as an integer. set_flags() Â Sets flags for the object using a bitwise AND operation. sink() Â Decrements the reference counter for the object. unset_flags() Â Unsets the flags for the object using a bitwise NAND operation.
Signals
"destroy" Â Emitted when an object is destroyed.