org.gnu.gtk
public class GtkObject extends GObject
Method Summary | |
---|---|
void | destroy()
This method is now a no-op. |
static Type | getType()
Retrieve the runtime type used by the GLib library. |
void | sink()
Removes the floating reference from a GtkObject, if it exists. |
Note: In some rare cases, subclasses may need an explicit call to destroy in order to release their native resources. These classes may override this method to provide this functionality.
Currently, the only example of this is Window. See its documentation for more details.
See Also: destroy