2009-06-04 17:02 UTC+0200 Viktor Szakats (harbour.01 syenar.hu)

* contrib/hbwin/hbwin.ch
    + Added some constants.
      (borrowed from xhb)
This commit is contained in:
Viktor Szakats
2009-06-04 15:02:49 +00:00
parent b1893a6f0e
commit e7f3191f5d
2 changed files with 17 additions and 0 deletions

View File

@@ -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.

View File

@@ -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_ */