diff dwt/widgets/Scrollable.d @ 217:8efa9bb96c53

added overrides and reverted OS.CallWindowProc
author Frank Benoit <benoit@tionex.de>
date Sun, 18 May 2008 19:54:28 +0200
parents 36f5cb12e1a2
children fd9c62a2998e
line wrap: on
line diff
--- a/dwt/widgets/Scrollable.d	Sat May 17 23:23:22 2008 +0200
+++ b/dwt/widgets/Scrollable.d	Sun May 18 19:54:28 2008 +0200
@@ -27,7 +27,7 @@
 import dwt.widgets.Widget;
 
 import dwt.dwthelper.utils;
-import tango.util.log.Trace;
+//import tango.util.log.Trace;
 void trc( long line ){
     //Trace.formatln( "Scrollable {}", line );
 }
@@ -400,7 +400,7 @@
     return result;
 }
 
-LRESULT wmNCPaint (HWND hwnd, int /*long*/ wParam, int /*long*/ lParam) {
+override LRESULT wmNCPaint (HWND hwnd, int /*long*/ wParam, int /*long*/ lParam) {
     LRESULT result = super.wmNCPaint (hwnd, wParam, lParam);
     if (result !is null) return result;
     /*