org.eclipse.swt.internal.gtk
Class GtkBorder

java.lang.Object
  extended by org.eclipse.swt.internal.gtk.GtkBorder

public class GtkBorder
extends java.lang.Object


Field Summary
 int bottom
           
 int left
           
 int right
           
static int sizeof
           
 int top
           
 
Constructor Summary
GtkBorder()
           
 
Method Summary
 
Methods inherited from class java.lang.Object
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait
 

Field Detail

left

public int left

right

public int right

top

public int top

bottom

public int bottom

sizeof

public static final int sizeof
Constructor Detail

GtkBorder

public GtkBorder()