diff dw.h @ 675:48f8efba898f

Filled in most of the remaining MLE and container functions... the remaining few may not be possible. A few of the functions still don't work perfectly.
author bsmith@81767d24-ef19-dc11-ae90-00e081727c95
date Mon, 28 Feb 2011 08:27:53 +0000
parents 388f2a48aaae
children 9861d264925d
line wrap: on
line diff
--- a/dw.h	Mon Feb 28 03:09:50 2011 +0000
+++ b/dw.h	Mon Feb 28 08:27:53 2011 +0000
@@ -310,9 +310,9 @@
 #define DW_DT_STRIKEOUT          0
 #define DW_DT_TEXTATTRS          0
 #define DW_DT_EXTERNALLEADING    0
-#define DW_DT_CENTER             0
-#define DW_DT_RIGHT              0
-#define DW_DT_TOP                0
+#define DW_DT_CENTER             2 /* NSCenterTextAlignment */
+#define DW_DT_RIGHT              1 /* NSCenterTextAlignment */
+#define DW_DT_TOP                0 /* NSLeftTextAlignment */
 #define DW_DT_VCENTER            0
 #define DW_DT_BOTTOM             0
 #define DW_DT_HALFTONE           0