org.eclipse.swt.internal.gtk
Class GObjectClass

java.lang.Object
  extended by org.eclipse.swt.internal.gtk.GObjectClass
Direct Known Subclasses:
GtkWidgetClass

public class GObjectClass
extends java.lang.Object


Field Summary
 long constructor
           
 long dispatch_properties_changed
           
 long dispose
           
 long finalize
           
 long get_property
           
 long notify
           
 long set_property
           
 
Constructor Summary
GObjectClass()
           
 
Method Summary
 
Methods inherited from class java.lang.Object
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait
 

Field Detail

constructor

public long constructor

set_property

public long set_property

get_property

public long get_property

dispose

public long dispose

finalize

public long finalize

dispatch_properties_changed

public long dispatch_properties_changed

notify

public long notify
Constructor Detail

GObjectClass

public GObjectClass()