diff dwt/widgets/Shell.d @ 123:63a09873578e

Fixed compile errors
author Jacob Carlborg <doob@me.com>
date Thu, 15 Jan 2009 23:08:54 +0100
parents 62202ce0039f
children
line wrap: on
line diff
--- a/dwt/widgets/Shell.d	Wed Dec 31 21:01:13 2008 +0100
+++ b/dwt/widgets/Shell.d	Thu Jan 15 23:08:54 2009 +0100
@@ -155,6 +155,13 @@
  * @see <a href="http://www.eclipse.org/swt/">Sample code and further information</a>
  */
 public class Shell : Decorations {
+
+    alias Decorations.createHandle createHandle;
+    alias Decorations.setBounds setBounds;
+    alias Decorations.setCursor setCursor;
+    alias Decorations.setToolTipText setToolTipText;
+    alias Decorations.setZOrder setZOrder;
+
     NSWindow window;
     SWTWindowDelegate windowDelegate;
     NSBezierPath regionPath;