diff dwt/internal/win32/OS.d @ 67:3f4e6a4ecc09

Table, TableItem, TableColumn
author Frank Benoit <benoit@tionex.de>
date Mon, 04 Feb 2008 20:01:30 +0100
parents 66203354c9d3
children eabb41384d60
line wrap: on
line diff
--- a/dwt/internal/win32/OS.d	Mon Feb 04 16:26:54 2008 +0100
+++ b/dwt/internal/win32/OS.d	Mon Feb 04 20:01:30 2008 +0100
@@ -1696,8 +1696,8 @@
     public static const int TME_QUERY = 0x40000000;
     public static const int TMPF_VECTOR = 0x2;
     public static const int TMT_CONTENTMARGINS = 3602;
-    public static const char[] TOOLBARCLASSNAME = "ToolbarWindow32"; //$NON-NLS-1$
-    public static const char[] TOOLTIPS_CLASS = "tooltips_class32"; //$NON-NLS-1$
+    public static const TCHAR[] TOOLBARCLASSNAME = "ToolbarWindow32"; //$NON-NLS-1$
+    public static const TCHAR[] TOOLTIPS_CLASS = "tooltips_class32"; //$NON-NLS-1$
     public static const int TP_BUTTON = 1;
     public static const int TP_DROPDOWNBUTTON = 2;
     public static const int TP_SPLITBUTTON = 3;
@@ -4534,6 +4534,7 @@
 alias WINAPI.SetWindowPlacement SetWindowPlacement;
 alias WINAPI.SetWindowPos SetWindowPos;
 alias WINAPI.SetWindowRgn SetWindowRgn;
+alias WINAPI.SetWindowTheme SetWindowTheme;
 alias STDWIN.SetWorldTransform SetWorldTransform;
 alias WINAPI.SetWindowTextA SetWindowTextA;
 alias WINAPI.SetWindowTextW SetWindowTextW;