/[classpath]/classpath/gnu/java/awt/peer/qt/QtScrollbarPeer.java
ViewVC logotype

Diff of /classpath/gnu/java/awt/peer/qt/QtScrollbarPeer.java

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

revision 1.1 by smarothy, Thu Aug 11 17:06:48 2005 UTC revision 1.2 by mark, Fri Aug 12 16:11:31 2005 UTC
# Line 67  public class QtScrollbarPeer extends QtC Line 67  public class QtScrollbarPeer extends QtC
67      AdjustmentEvent e = new AdjustmentEvent((Scrollbar)owner,      AdjustmentEvent e = new AdjustmentEvent((Scrollbar)owner,
68                                              AdjustmentEvent.ADJUSTMENT_VALUE_CHANGED,                                              AdjustmentEvent.ADJUSTMENT_VALUE_CHANGED,
69                                              type, value);                                              type, value);
70      toolkit.eventQueue.postEvent(e);      QtToolkit.eventQueue.postEvent(e);
71    }    }
72        
73    // ************ Public methods *********************    // ************ Public methods *********************

Legend:
Removed from v.1.1  
changed lines
  Added in v.1.2

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