/[classpath]/classpath/gnu/java/awt/peer/gtk/GtkScrollbarPeer.java
ViewVC logotype

Diff of /classpath/gnu/java/awt/peer/gtk/GtkScrollbarPeer.java

Parent Directory Parent Directory | Revision Log Revision Log | View Patch Patch

revision 1.15.2.2 by gnu_andrew, Sun Jan 16 15:15:01 2005 UTC revision 1.15.2.3 by gnu_andrew, Sat Feb 19 10:50:28 2005 UTC
# Line 1  Line 1 
1  /* GtkScrollbarPeer.java -- Implements ScrollbarPeer with GTK+  /* GtkScrollbarPeer.java -- Implements ScrollbarPeer with GTK+
2     Copyright (C) 1998, 1999 Free Software Foundation, Inc.     Copyright (C) 1998, 1999, 2005  Free Software Foundation, Inc.
3    
4  This file is part of GNU Classpath.  This file is part of GNU Classpath.
5    
# Line 67  public class GtkScrollbarPeer extends Gt Line 67  public class GtkScrollbarPeer extends Gt
67      super (s);      super (s);
68    }    }
69    
70    native public void setLineIncrement (int amount);    public native void setLineIncrement(int amount);
71    native public void setPageIncrement (int amount);    public native void setPageIncrement(int amount);
72    native public void setValues (int value, int visible, int min, int max);    public native void setValues(int value, int visible, int min, int max);
73    
74    protected void postAdjustmentEvent (int type, int value)    protected void postAdjustmentEvent (int type, int value)
75    {    {

Legend:
Removed from v.1.15.2.2  
changed lines
  Added in v.1.15.2.3

savannah-hackers-public@gnu.org
ViewVC Help
Powered by ViewVC 1.1.26