diff --git a/harbour/ChangeLog b/harbour/ChangeLog index 100c377905..3411bbb4f6 100644 --- a/harbour/ChangeLog +++ b/harbour/ChangeLog @@ -17,6 +17,11 @@ past entries belonging to these authors: Viktor Szakats. */ +2009-06-04 17:02 UTC+0200 Viktor Szakats (harbour.01 syenar.hu) + * contrib/hbwin/hbwin.ch + + Added some constants. + (borrowed from xhb) + 2009-06-04 15:31 UTC+0200 Viktor Szakats (harbour.01 syenar.hu) * utils/hbmk2/hbmk2.prg ! Fixed to make pos= files relativ to .hbc container location. diff --git a/harbour/contrib/hbwin/hbwin.ch b/harbour/contrib/hbwin/hbwin.ch index 19a8fce912..488708695f 100644 --- a/harbour/contrib/hbwin/hbwin.ch +++ b/harbour/contrib/hbwin/hbwin.ch @@ -186,6 +186,18 @@ #define DMDUP_VERTICAL 2 #define DMDUP_HORIZONTAL 3 +/* Text Alignment Options */ +#define TA_NOUPDATECP 0 +#define TA_UPDATECP 1 + +#define TA_LEFT 0 +#define TA_RIGHT 2 +#define TA_CENTER 6 + +#define TA_TOP 0 +#define TA_BOTTOM 8 +#define TA_BASELINE 24 + #define MM_TO_INCH 25.4 #endif /* HBWIN_CH_ */