javauis/eswt_qt/org.eclipse.swt/Eclipse_SWT_PI/qt/org/eclipse/swt/widgets/Internal_PackageSupport.java
changeset 61 bf7ee68962da
parent 48 e0d6e9bd3ca7
child 79 2f468c1958d0
--- a/javauis/eswt_qt/org.eclipse.swt/Eclipse_SWT_PI/qt/org/eclipse/swt/widgets/Internal_PackageSupport.java	Tue Jul 06 14:10:26 2010 +0300
+++ b/javauis/eswt_qt/org.eclipse.swt/Eclipse_SWT_PI/qt/org/eclipse/swt/widgets/Internal_PackageSupport.java	Wed Aug 18 09:43:15 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;