2001-09-05 06:42 GMT+1

This commit is contained in:
Antonio Linares
2001-09-05 04:49:06 +00:00
parent 71b470a98c
commit e2311dfe79

View File

@@ -1,3 +1,13 @@
2001-09-05 06:42 GMT+1 Antonio Linares <alinares@fivetech.com>
* harbour/contrib/hgf/win32/tform.prg
Added new properties Top, Left, Height and Width.
* harbour/contrib/hgf/win32/win32.c
Added new functions WinGetTop(), WinSetTop(), WinGetLeft(), WinSetLeft(),
WinGetHeight(), WinSetHeight(), WinGetWidth(), WinSetWidth().
HB_PM_SHOWMODAL renamed as HB_FORMSHOWMODAL.
2001-09-02 16:15 GMT -3 Luiz Rafael Culik<culik@sl.conex.net>
* source/rtl/isprint.c
* Replaced HB_OS_WIN_32_USED with HB_OS_WIN_32