Prev Class | Next Class | Frames | No Frames |
Summary: Nested | Field | Method | Constr | Detail: Nested | Field | Method | Constr |
Struct
org.gnu.glib.GObject
org.gnu.gtk.GtkObject
public class GtkObject
extends GObject
Method Summary | |
void |
|
static Type |
|
void |
|
public void destroy()
This method is now a no-op. Native resources for a specific java object are automatically reclaimed during the finalization of that object. 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 isWindow
. See its documentation for more details.
- See Also:
Window.destroy()
public void sink()
Removes the floating reference from a GtkObject, if it exists. Otherwise does nothing.