comparison dwt/internal/win32/OS.d @ 194:3afcd4ddcf90

Update to SWT 3.3.2
author Frank Benoit <benoit@tionex.de>
date Wed, 19 Mar 2008 21:48:31 +0100
parents 72ef824d4983
children 36f5cb12e1a2
comparison
equal deleted inserted replaced
193:d0bbd290530f 194:3afcd4ddcf90
1038 public static const int L_MAX_URL_LENGTH = 2084; 1038 public static const int L_MAX_URL_LENGTH = 2084;
1039 // public static const int LANG_KOREAN = 0x12; 1039 // public static const int LANG_KOREAN = 0x12;
1040 public static const int LANG_NEUTRAL = 0x0; 1040 public static const int LANG_NEUTRAL = 0x0;
1041 public static const int LANG_USER_DEFAULT = 1 << 10; 1041 public static const int LANG_USER_DEFAULT = 1 << 10;
1042 public static const int LAYOUT_RTL = 0x1; 1042 public static const int LAYOUT_RTL = 0x1;
1043 public static const int LAYOUT_BITMAPORIENTATIONPRESERVED = 0x8;
1043 public static const int LBN_DBLCLK = 0x2; 1044 public static const int LBN_DBLCLK = 0x2;
1044 public static const int LBN_SELCHANGE = 0x1; 1045 public static const int LBN_SELCHANGE = 0x1;
1045 public static const int LBS_EXTENDEDSEL = 0x800; 1046 public static const int LBS_EXTENDEDSEL = 0x800;
1046 public static const int LBS_MULTIPLESEL = 0x8; 1047 public static const int LBS_MULTIPLESEL = 0x8;
1047 public static const int LBS_NOINTEGRALHEIGHT = 0x100; 1048 public static const int LBS_NOINTEGRALHEIGHT = 0x100;