org.eclipse.swt.internal.gtk
Class GtkAdjustment

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

public class GtkAdjustment
extends java.lang.Object


Field Summary
 double lower
           
 double page_increment
           
 double page_size
           
 double step_increment
           
 double upper
           
 double value
           
 
Constructor Summary
GtkAdjustment()
           
 
Method Summary
 
Methods inherited from class java.lang.Object
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait
 

Field Detail

lower

public double lower

upper

public double upper

value

public double value

step_increment

public double step_increment

page_increment

public double page_increment

page_size

public double page_size
Constructor Detail

GtkAdjustment

public GtkAdjustment()