/[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.16 by mkoch, Fri Oct 8 22:16:09 2004 UTC revision 1.17 by mkoch, Tue Jan 11 15:06:03 2005 UTC
# Line 73  public class GtkScrollbarPeer extends Gt Line 73  public class GtkScrollbarPeer extends Gt
73    
74    protected void postAdjustmentEvent (int type, int value)    protected void postAdjustmentEvent (int type, int value)
75    {    {
76      q.postEvent (new AdjustmentEvent ((Adjustable)awtComponent,      q().postEvent (new AdjustmentEvent ((Adjustable)awtComponent,
77                                        AdjustmentEvent.ADJUSTMENT_VALUE_CHANGED,                                        AdjustmentEvent.ADJUSTMENT_VALUE_CHANGED,
78                                        type, value));                                        type, value));
79    }    }

Legend:
Removed from v.1.16  
changed lines
  Added in v.1.17

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