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

Diff of /classpath/gnu/java/awt/peer/qt/QtMenuPeer.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 88  public class QtMenuPeer extends QtMenuCo Line 88  public class QtMenuPeer extends QtMenuCo
88      ActionEvent e = new ActionEvent(owner,      ActionEvent e = new ActionEvent(owner,
89                                      ActionEvent.ACTION_PERFORMED,                                      ActionEvent.ACTION_PERFORMED,
90                                      ((Menu)owner).getActionCommand());                                      ((Menu)owner).getActionCommand());
91      QtToolkit.eventQueue.postEvent(e);      toolkit.eventQueue.postEvent(e);
92    }    }
93    
94    private native void allowTearOff();    private native void allowTearOff();

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