javauis/eswt_qt/org.eclipse.swt/Eclipse_SWT_PI/qt/org/eclipse/swt/internal/qt/OS.java
changeset 61 bf7ee68962da
parent 48 e0d6e9bd3ca7
child 79 2f468c1958d0
--- a/javauis/eswt_qt/org.eclipse.swt/Eclipse_SWT_PI/qt/org/eclipse/swt/internal/qt/OS.java	Tue Jul 06 14:10:26 2010 +0300
+++ b/javauis/eswt_qt/org.eclipse.swt/Eclipse_SWT_PI/qt/org/eclipse/swt/internal/qt/OS.java	Wed Aug 18 09:43:15 2010 +0300
@@ -550,6 +550,7 @@
     public static final int QT_WA_PAINTONSCREEN = 8;
     public static final int QT_WA_PAINTUNCLIPPED = 52;
     public static final int QT_WA_INPUTMETHODENABLED = 14;
+    public static final int QT_WA_NOMOUSEPROPAGATION = 73;
 
     // QStyle::StandardPixmap
     public static final int QSTYLE_SP_MESSAGEBOXINFORMATION = 9;
@@ -1059,7 +1060,14 @@
     public static final native int QIcon_new();
     public static final native void QIcon_delete(int handle);
     public static final native int QIcon_pixmap(int handle, int w, int h);
-
+    
+    // 
+    // HbIcon
+    // 
+    public static final native int HbIcon_new(String name);
+    public static final native int HbIcon_pixmap(int handle);
+    public static final native void HbIcon_delete(int handle);
+    
     //
     // AbstractListModel
     //