Prev Class | Next Class | Frames | No Frames |
Summary: Nested | Field | Method | Constr | Detail: Nested | Field | Method | Constr |
GObject
org.gnu.gtk.GtkObject
public class GtkObject
extends GObject
Method Summary | |
void |
|
static Type |
|
void |
|
public void destroy()
Deprecated. Superceeded by java-gnome 4.0; a method along these lines may well exist in the new bindings, but if it does it likely has a different name or signature due to the shift to an algorithmic mapping of the underlying native libraries.
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 static Type getType()
Deprecated. Superceeded by java-gnome 4.0; a method along these lines may well exist in the new bindings, but if it does it likely has a different name or signature due to the shift to an algorithmic mapping of the underlying native libraries.
Retrieve the runtime type used by the GLib library.
public void sink()
Deprecated. Superceeded by java-gnome 4.0; a method along these lines may well exist in the new bindings, but if it does it likely has a different name or signature due to the shift to an algorithmic mapping of the underlying native libraries.
Removes the floating reference from a GtkObject, if it exists. Otherwise does nothing.