javauis/eswt_qt/org.eclipse.swt/Eclipse_SWT_PI/qt/org/eclipse/swt/widgets/Internal_PackageSupport.java
changeset 57 59b3b4473dc8
parent 49 35baca0e7a2e
child 72 1f0034e370aa
equal deleted inserted replaced
56:abc41079b313 57:59b3b4473dc8
   383  * From the class Label
   383  * From the class Label
   384  */
   384  */
   385 public static void setStandardIcon(Label l, int iconType, int iconWidth, int iconHeight) {
   385 public static void setStandardIcon(Label l, int iconType, int iconWidth, int iconHeight) {
   386     l.setStandardIcon(iconType, iconWidth, iconHeight);
   386     l.setStandardIcon(iconType, iconWidth, iconHeight);
   387 }
   387 }
       
   388 public static void setThemeIcon(Label l, String iconName) {
       
   389     l.setThemeIcon(iconName);
       
   390 }
   388 
   391 
   389 public static void setMobileDevice(Display display, MobileDevice mobileDevice){
   392 public static void setMobileDevice(Display display, MobileDevice mobileDevice){
   390 	Display.mobileDevice = mobileDevice;
   393 	Display.mobileDevice = mobileDevice;
   391 }
   394 }
   392 
   395