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
--- a/javauis/eswt_qt/org.eclipse.swt/Eclipse_SWT_PI/qt/org/eclipse/swt/widgets/Internal_PackageSupport.java	Fri Jul 23 12:27:20 2010 +0300
+++ b/javauis/eswt_qt/org.eclipse.swt/Eclipse_SWT_PI/qt/org/eclipse/swt/widgets/Internal_PackageSupport.java	Thu Aug 05 16:07:57 2010 +0300
@@ -385,6 +385,9 @@
 public static void setStandardIcon(Label l, int iconType, int iconWidth, int iconHeight) {
     l.setStandardIcon(iconType, iconWidth, iconHeight);
 }
+public static void setThemeIcon(Label l, String iconName) {
+    l.setThemeIcon(iconName);
+}
 
 public static void setMobileDevice(Display display, MobileDevice mobileDevice){
 	Display.mobileDevice = mobileDevice;