diff dwt/widgets/Label.d @ 126:38807a925e24

Fixed compile errors, support for SWT language files
author Jacob Carlborg <doob@me.com>
date Fri, 16 Jan 2009 23:35:40 +0100
parents 63a09873578e
children
line wrap: on
line diff
--- a/dwt/widgets/Label.d	Fri Jan 16 12:49:08 2009 +0100
+++ b/dwt/widgets/Label.d	Fri Jan 16 23:35:40 2009 +0100
@@ -81,6 +81,12 @@
  * @see <a href="http://www.eclipse.org/swt/">Sample code and further information</a>
  */
 public class Label : Control {
+    
+    alias Control.computeSize computeSize;
+    alias Control.setBounds setBounds;
+    alias Control.setBackground setBackground;    
+    alias Control.setForeground setForeground;
+    
     String text = "";
     Image image;
     bool isImage;