diff dw.h @ 676:9861d264925d

MLE was missing the scrollbar. Fixes for getting and setting the position. However it still currently does not work until the window is shown.
author bsmith@81767d24-ef19-dc11-ae90-00e081727c95
date Tue, 01 Mar 2011 04:37:11 +0000
parents 48f8efba898f
children 830e1f3672b9
line wrap: on
line diff
--- a/dw.h	Mon Feb 28 08:27:53 2011 +0000
+++ b/dw.h	Tue Mar 01 04:37:11 2011 +0000
@@ -304,7 +304,7 @@
    HWND handle;
 } *HPIXMAP;
 
-#define DW_DT_LEFT               0
+#define DW_DT_LEFT               0 /* NSLeftTextAlignment */
 #define DW_DT_QUERYEXTENT        0
 #define DW_DT_UNDERSCORE         0
 #define DW_DT_STRIKEOUT          0
@@ -312,7 +312,7 @@
 #define DW_DT_EXTERNALLEADING    0
 #define DW_DT_CENTER             2 /* NSCenterTextAlignment */
 #define DW_DT_RIGHT              1 /* NSCenterTextAlignment */
-#define DW_DT_TOP                0 /* NSLeftTextAlignment */
+#define DW_DT_TOP                0 
 #define DW_DT_VCENTER            0
 #define DW_DT_BOTTOM             0
 #define DW_DT_HALFTONE           0