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

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

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

revision 1.2 by mark, Fri Aug 12 16:11:31 2005 UTC revision 1.3 by smarothy, Tue Aug 16 23:22:09 2005 UTC
# Line 65  public class QtButtonPeer extends QtComp Line 65  public class QtButtonPeer extends QtComp
65                                      ActionEvent.ACTION_PERFORMED,                                      ActionEvent.ACTION_PERFORMED,
66                                      ((Button)owner).getActionCommand(),                                      ((Button)owner).getActionCommand(),
67                                      System.currentTimeMillis(),                                      System.currentTimeMillis(),
68                                      (modifiers & 0x2FF));                                      modifiers);
69      QtToolkit.eventQueue.postEvent(e);      toolkit.eventQueue.postEvent(e);
70    }    }
71    
72    // ************ Public methods *********************    // ************ Public methods *********************

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

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