2012-11-29 01:44 UTC+0100 Viktor Szakats (harbour syenar.net)
* contrib/gtwvg/gtwvg.hbc
+ added all three headers as standard one
(they were all used in all tests files)
* contrib/gtwvg/tests/_activex.prg
* contrib/gtwvg/tests/_cuigdlg.prg
* contrib/gtwvg/tests/_dyndlgs.prg
* contrib/gtwvg/tests/_modal.prg
* contrib/gtwvg/tests/_tbrowse.prg
* contrib/gtwvg/tests/_utils.prg
* contrib/gtwvg/tests/_wvtcls.prg
* contrib/gtwvg/tests/_xbp.prg
* contrib/gtwvg/tests/demowvg.prg
* contrib/gtwvg/tests/demowvg1.prg
* contrib/gtwvg/tests/demoxbp.prg
% do not explicitly include standard gtwvg headers
This commit is contained in:
@@ -10,6 +10,24 @@
|
||||
* Change, ! Fix, % Optimization, + Addition, - Removal, ; Comment
|
||||
*/
|
||||
|
||||
2012-11-29 01:44 UTC+0100 Viktor Szakats (harbour syenar.net)
|
||||
* contrib/gtwvg/gtwvg.hbc
|
||||
+ added all three headers as standard one
|
||||
(they were all used in all tests files)
|
||||
|
||||
* contrib/gtwvg/tests/_activex.prg
|
||||
* contrib/gtwvg/tests/_cuigdlg.prg
|
||||
* contrib/gtwvg/tests/_dyndlgs.prg
|
||||
* contrib/gtwvg/tests/_modal.prg
|
||||
* contrib/gtwvg/tests/_tbrowse.prg
|
||||
* contrib/gtwvg/tests/_utils.prg
|
||||
* contrib/gtwvg/tests/_wvtcls.prg
|
||||
* contrib/gtwvg/tests/_xbp.prg
|
||||
* contrib/gtwvg/tests/demowvg.prg
|
||||
* contrib/gtwvg/tests/demowvg1.prg
|
||||
* contrib/gtwvg/tests/demoxbp.prg
|
||||
% do not explicitly include standard gtwvg headers
|
||||
|
||||
2012-11-29 01:38 UTC+0100 Viktor Szakats (harbour syenar.net)
|
||||
* contrib/gtwvg/tests/_utils.prg
|
||||
! fixed to not define a function which is already
|
||||
|
||||
@@ -8,6 +8,8 @@ skip={!win}
|
||||
|
||||
incpaths=.
|
||||
|
||||
headers=hbgtwvg.ch wvgparts.ch wvtwin.ch
|
||||
|
||||
gt=${_HB_DYNPREF}${hb_name}${_HB_DYNSUFF}
|
||||
|
||||
libs=hbwin.hbc
|
||||
|
||||
@@ -7,10 +7,7 @@
|
||||
*/
|
||||
|
||||
#include "inkey.ch"
|
||||
#include "wvtwin.ch"
|
||||
#include "hbgtinfo.ch"
|
||||
#include "hbgtwvg.ch"
|
||||
#include "wvgparts.ch"
|
||||
|
||||
// The function has to be called via hb_threadStart( {|| ExecuteActiveX( nActiveX ) } )
|
||||
|
||||
|
||||
@@ -7,10 +7,7 @@
|
||||
*/
|
||||
|
||||
#include "inkey.ch"
|
||||
#include "wvtwin.ch"
|
||||
#include "hbgtinfo.ch"
|
||||
#include "hbgtwvg.ch"
|
||||
#include "wvgparts.ch"
|
||||
|
||||
// Simplified Console with GUI Look
|
||||
|
||||
|
||||
@@ -7,10 +7,7 @@
|
||||
*/
|
||||
|
||||
#include "inkey.ch"
|
||||
#include "wvtwin.ch"
|
||||
#include "hbgtinfo.ch"
|
||||
#include "hbgtwvg.ch"
|
||||
#include "wvgparts.ch"
|
||||
|
||||
#define ID_BTN_OK 1
|
||||
#define ID_MLE 10
|
||||
|
||||
@@ -7,10 +7,7 @@
|
||||
*/
|
||||
|
||||
#include "inkey.ch"
|
||||
#include "wvtwin.ch"
|
||||
#include "hbgtinfo.ch"
|
||||
#include "hbgtwvg.ch"
|
||||
#include "wvgparts.ch"
|
||||
|
||||
#xuntranslate Alert( =>
|
||||
|
||||
|
||||
@@ -13,10 +13,7 @@
|
||||
*/
|
||||
|
||||
#include "inkey.ch"
|
||||
#include "wvtwin.ch"
|
||||
#include "hbgtinfo.ch"
|
||||
#include "hbgtwvg.ch"
|
||||
#include "wvgparts.ch"
|
||||
|
||||
#define K_MOVING 1001
|
||||
|
||||
|
||||
@@ -7,10 +7,7 @@
|
||||
*/
|
||||
|
||||
#include "inkey.ch"
|
||||
#include "wvtwin.ch"
|
||||
#include "hbgtinfo.ch"
|
||||
#include "hbgtwvg.ch"
|
||||
#include "wvgparts.ch"
|
||||
|
||||
// WvtSetObjects() array structure
|
||||
#define WVT_OBJ_TYPE 1
|
||||
|
||||
@@ -13,10 +13,7 @@
|
||||
*/
|
||||
|
||||
#include "inkey.ch"
|
||||
#include "wvtwin.ch"
|
||||
#include "hbgtinfo.ch"
|
||||
#include "hbgtwvg.ch"
|
||||
#include "wvgparts.ch"
|
||||
|
||||
FUNCTION DialogWvgClassesOne( nMode )
|
||||
|
||||
|
||||
@@ -9,10 +9,7 @@
|
||||
//
|
||||
|
||||
#include "inkey.ch"
|
||||
#include "wvtwin.ch"
|
||||
#include "hbgtinfo.ch"
|
||||
#include "hbgtwvg.ch"
|
||||
#include "wvgparts.ch"
|
||||
|
||||
#define MUSIC_WAITON {800, 1600}
|
||||
|
||||
|
||||
@@ -21,10 +21,7 @@
|
||||
#require "gtwvg"
|
||||
|
||||
#include "inkey.ch"
|
||||
#include "wvtwin.ch"
|
||||
#include "hbgtinfo.ch"
|
||||
#include "hbgtwvg.ch"
|
||||
#include "wvgparts.ch"
|
||||
|
||||
REQUEST DBFCDX
|
||||
REQUEST DBFNTX
|
||||
|
||||
@@ -9,10 +9,7 @@
|
||||
#require "gtwvg"
|
||||
|
||||
#include "inkey.ch"
|
||||
#include "wvtwin.ch"
|
||||
#include "hbgtinfo.ch"
|
||||
#include "hbgtwvg.ch"
|
||||
#include "wvgparts.ch"
|
||||
|
||||
#define IMAGE_VOUCH hb_DirBase() + "vouch1.bmp"
|
||||
#define IMAGE_BROWSE hb_DirBase() + "v_browse.ico"
|
||||
|
||||
@@ -13,10 +13,7 @@
|
||||
#require "gtwvg"
|
||||
|
||||
#include "inkey.ch"
|
||||
#include "wvtwin.ch"
|
||||
#include "hbgtinfo.ch"
|
||||
#include "hbgtwvg.ch"
|
||||
#include "wvgparts.ch"
|
||||
|
||||
PROCEDURE Main()
|
||||
|
||||
|
||||
Reference in New Issue
Block a user