org.gnu.gtk

Class GtkObject

Known Direct Subclasses:
Adjustment, CellRenderer, ItemFactory, ToolTips, Widget

public class GtkObject
extends GObject

This is the base class of all widgets and a few non-widget objects.

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.

Method Details

destroy

public void destroy()

getType

public static Type getType()
Retrieve the runtime type used by the GLib library.

sink

public void sink()
Removes the floating reference from a GtkObject, if it exists. Otherwise does nothing.