comparison dwt/internal/win32/OS.d @ 45:f4a025bb42e9

CoolBar
author Frank Benoit <benoit@tionex.de>
date Sat, 02 Feb 2008 18:33:51 +0100
parents c913756e6950
children 6940f8be58ba
comparison
equal deleted inserted replaced
44:c913756e6950 45:f4a025bb42e9
1402 public static const int RDW_ERASE = 0x4; 1402 public static const int RDW_ERASE = 0x4;
1403 public static const int RDW_FRAME = 0x400; 1403 public static const int RDW_FRAME = 0x400;
1404 public static const int RDW_INVALIDATE = 0x1; 1404 public static const int RDW_INVALIDATE = 0x1;
1405 public static const int RDW_UPDATENOW = 0x100; 1405 public static const int RDW_UPDATENOW = 0x100;
1406 public static const int READ_CONTROL = 0x20000; 1406 public static const int READ_CONTROL = 0x20000;
1407 public static const char[] REBARCLASSNAME = "ReBarWindow32"; //$NON-NLS-1$ 1407 public static const TCHAR[] REBARCLASSNAME = "ReBarWindow32"; //$NON-NLS-1$
1408 public static const int RGN_AND = 0x1; 1408 public static const int RGN_AND = 0x1;
1409 public static const int RGN_COPY = 5; 1409 public static const int RGN_COPY = 5;
1410 public static const int RGN_DIFF = 0x4; 1410 public static const int RGN_DIFF = 0x4;
1411 public static const int RGN_ERROR = 0; 1411 public static const int RGN_ERROR = 0;
1412 public static const int RGN_OR = 0x2; 1412 public static const int RGN_OR = 0x2;