comparison dwt/widgets/Table.d @ 214:a8fed3e56433

Fix link error and added missing switch defaults
author Frank Benoit <benoit@tionex.de>
date Sat, 17 May 2008 19:23:59 +0200
parents 36f5cb12e1a2
children 8efa9bb96c53
comparison
equal deleted inserted replaced
213:36f5cb12e1a2 214:a8fed3e56433
354 fixScroll = true; 354 fixScroll = true;
355 bits &= ~OS.WS_VSCROLL; 355 bits &= ~OS.WS_VSCROLL;
356 } 356 }
357 if (fixScroll) OS.SetWindowLong (handle, OS.GWL_STYLE, bits); 357 if (fixScroll) OS.SetWindowLong (handle, OS.GWL_STYLE, bits);
358 } 358 }
359 default:
359 } 360 }
360 } 361 }
361 int /*long*/ code = 0; 362 int /*long*/ code = 0;
362 if (fixPaint) { 363 if (fixPaint) {
363 PAINTSTRUCT ps; 364 PAINTSTRUCT ps;
6765 OS.ReleaseDC (handle, hDC); 6766 OS.ReleaseDC (handle, hDC);
6766 } 6767 }
6767 } 6768 }
6768 return new LRESULT (code); 6769 return new LRESULT (code);
6769 } 6770 }
6771 default:
6770 } 6772 }
6771 return null; 6773 return null;
6772 } 6774 }
6773 6775
6774 LRESULT wmNotifyToolTip (NMTTCUSTOMDRAW* nmcd, int /*long*/ lParam) { 6776 LRESULT wmNotifyToolTip (NMTTCUSTOMDRAW* nmcd, int /*long*/ lParam) {
6857 } 6859 }
6858 OS.SelectObject (hDC, oldFont); 6860 OS.SelectObject (hDC, oldFont);
6859 OS.ReleaseDC (handle, hDC); 6861 OS.ReleaseDC (handle, hDC);
6860 } 6862 }
6861 } 6863 }
6864 default:
6862 } 6865 }
6863 return null; 6866 return null;
6864 } 6867 }
6865 } 6868 }