Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

gtwvg.hbc do not force ch, create gtwvg.hbc to include 3 ch, changed … #307

Open
wants to merge 1 commit into
base: master
Choose a base branch
from
Open
Show file tree
Hide file tree
Changes from all commits
Commits
File filter

Filter by extension

Filter by extension

Conversations
Failed to load comments.
Loading
Jump to
Jump to file
Failed to load files.
Loading
Diff view
Diff view
4 changes: 1 addition & 3 deletions contrib/gtwvg/3state.prg
Original file line number Diff line number Diff line change
Expand Up @@ -52,9 +52,7 @@
#include "inkey.ch"
#include "hbgtinfo.ch"

#include "hbgtwvg.ch"
#include "wvtwin.ch"
#include "wvgparts.ch"
#include "gtwvg.ch"

#ifndef __DBG_PARTS__
#xtranslate hb_traceLog( [<x,...>] ) =>
Expand Down
4 changes: 1 addition & 3 deletions contrib/gtwvg/activex.prg
Original file line number Diff line number Diff line change
Expand Up @@ -53,9 +53,7 @@
#include "inkey.ch"
#include "hbgtinfo.ch"

#include "hbgtwvg.ch"
#include "wvtwin.ch"
#include "wvgparts.ch"
#include "gtwvg.ch"

#ifndef __DBG_PARTS__
#xtranslate hb_traceLog( [<x,...>] ) =>
Expand Down
4 changes: 1 addition & 3 deletions contrib/gtwvg/bitmap.prg
Original file line number Diff line number Diff line change
Expand Up @@ -52,9 +52,7 @@
#include "inkey.ch"
#include "hbgtinfo.ch"

#include "hbgtwvg.ch"
#include "wvtwin.ch"
#include "wvgparts.ch"
#include "gtwvg.ch"

CREATE CLASS WvgBitmap

Expand Down
4 changes: 1 addition & 3 deletions contrib/gtwvg/checkbox.prg
Original file line number Diff line number Diff line change
Expand Up @@ -52,9 +52,7 @@
#include "inkey.ch"
#include "hbgtinfo.ch"

#include "hbgtwvg.ch"
#include "wvtwin.ch"
#include "wvgparts.ch"
#include "gtwvg.ch"

CREATE CLASS WvgCheckBox INHERIT WvgWindow, WvgDataRef

Expand Down
2 changes: 1 addition & 1 deletion contrib/gtwvg/class.prg
Original file line number Diff line number Diff line change
Expand Up @@ -53,7 +53,7 @@
#include "inkey.ch"
#include "setcurs.ch"

#include "wvtwin.ch"
#include "gtwvg.ch"

#define K_LBUTTONPRESSED 1021
#define K_RBUTTONPRESSED 1022
Expand Down
4 changes: 1 addition & 3 deletions contrib/gtwvg/combobox.prg
Original file line number Diff line number Diff line change
Expand Up @@ -52,9 +52,7 @@
#include "inkey.ch"
#include "hbgtinfo.ch"

#include "hbgtwvg.ch"
#include "wvtwin.ch"
#include "wvgparts.ch"
#include "gtwvg.ch"

CREATE CLASS WvgComboBox INHERIT WvgWindow, WvgDataRef

Expand Down
4 changes: 1 addition & 3 deletions contrib/gtwvg/crt.prg
Original file line number Diff line number Diff line change
Expand Up @@ -52,9 +52,7 @@
#include "inkey.ch"
#include "hbgtinfo.ch"

#include "hbgtwvg.ch"
#include "wvtwin.ch"
#include "wvgparts.ch"
#include "gtwvg.ch"

CREATE CLASS WvgCrt INHERIT WvgWindow, WvgPartHandler

Expand Down
4 changes: 1 addition & 3 deletions contrib/gtwvg/dataref.prg
Original file line number Diff line number Diff line change
Expand Up @@ -52,9 +52,7 @@
#include "inkey.ch"
#include "hbgtinfo.ch"

#include "hbgtwvg.ch"
#include "wvtwin.ch"
#include "wvgparts.ch"
#include "gtwvg.ch"

CREATE CLASS WvgDataRef

Expand Down
4 changes: 1 addition & 3 deletions contrib/gtwvg/dialog.prg
Original file line number Diff line number Diff line change
Expand Up @@ -52,9 +52,7 @@
#include "inkey.ch"
#include "hbgtinfo.ch"

#include "hbgtwvg.ch"
#include "wvtwin.ch"
#include "wvgparts.ch"
#include "gtwvg.ch"

CREATE CLASS WvgDialog INHERIT WvgWindow

Expand Down
4 changes: 1 addition & 3 deletions contrib/gtwvg/drawarea.prg
Original file line number Diff line number Diff line change
Expand Up @@ -52,9 +52,7 @@
#include "inkey.ch"
#include "hbgtinfo.ch"

#include "hbgtwvg.ch"
#include "wvtwin.ch"
#include "wvgparts.ch"
#include "gtwvg.ch"

CREATE CLASS WvgDrawingArea INHERIT WvgWindow

Expand Down
4 changes: 1 addition & 3 deletions contrib/gtwvg/genrc.prg
Original file line number Diff line number Diff line change
Expand Up @@ -52,9 +52,7 @@
#include "inkey.ch"
#include "hbgtinfo.ch"

#include "hbgtwvg.ch"
#include "wvtwin.ch"
#include "wvgparts.ch"
#include "gtwvg.ch"

THREAD STATIC t_oCrt

Expand Down
3 changes: 3 additions & 0 deletions contrib/gtwvg/gtwvg.ch
Original file line number Diff line number Diff line change
@@ -0,0 +1,3 @@
#include "hbgtwvg.ch"
#include "wvgparts.ch"
#include "wvtwin.ch"
2 changes: 0 additions & 2 deletions contrib/gtwvg/gtwvg.hbc
Original file line number Diff line number Diff line change
Expand Up @@ -4,8 +4,6 @@ skip={!win}

incpaths=.

headers=hbgtwvg.ch wvgparts.ch wvtwin.ch

gt=${_HB_DYNPREF}${hb_name}${_HB_DYNSUFF}

libs=hbwin.hbc
Expand Down
4 changes: 1 addition & 3 deletions contrib/gtwvg/htmlview.prg
Original file line number Diff line number Diff line change
Expand Up @@ -53,9 +53,7 @@
#include "inkey.ch"
#include "hbgtinfo.ch"

#include "hbgtwvg.ch"
#include "wvtwin.ch"
#include "wvgparts.ch"
#include "gtwvg.ch"

#define evBeforeNavigate 100
#define evNavigateComplete 101
Expand Down
4 changes: 1 addition & 3 deletions contrib/gtwvg/listbox.prg
Original file line number Diff line number Diff line change
Expand Up @@ -52,9 +52,7 @@
#include "inkey.ch"
#include "hbgtinfo.ch"

#include "hbgtwvg.ch"
#include "wvtwin.ch"
#include "wvgparts.ch"
#include "gtwvg.ch"

CREATE CLASS WvgListBox INHERIT WvgWindow, WvgDataRef

Expand Down
4 changes: 1 addition & 3 deletions contrib/gtwvg/menubar.prg
Original file line number Diff line number Diff line change
Expand Up @@ -52,9 +52,7 @@
#include "inkey.ch"
#include "hbgtinfo.ch"

#include "hbgtwvg.ch"
#include "wvtwin.ch"
#include "wvgparts.ch"
#include "gtwvg.ch"

CREATE CLASS WvgMenuBar INHERIT wvgWindow

Expand Down
4 changes: 1 addition & 3 deletions contrib/gtwvg/mle.prg
Original file line number Diff line number Diff line change
Expand Up @@ -52,9 +52,7 @@
#include "inkey.ch"
#include "hbgtinfo.ch"

#include "hbgtwvg.ch"
#include "wvtwin.ch"
#include "wvgparts.ch"
#include "gtwvg.ch"

CREATE CLASS WvgMLE INHERIT WvgWindow, WvgDataRef

Expand Down
3 changes: 1 addition & 2 deletions contrib/gtwvg/paint.prg
Original file line number Diff line number Diff line change
Expand Up @@ -44,8 +44,7 @@
*
*/

#include "wvtwin.ch"

#include "gtwvg.ch"
#include "hbgtinfo.ch"

THREAD STATIC t_paint_ := { { "", {} } }
Expand Down
4 changes: 1 addition & 3 deletions contrib/gtwvg/parthdlr.prg
Original file line number Diff line number Diff line change
Expand Up @@ -52,9 +52,7 @@
#include "inkey.ch"
#include "hbgtinfo.ch"

#include "hbgtwvg.ch"
#include "wvtwin.ch"
#include "wvgparts.ch"
#include "gtwvg.ch"

CREATE CLASS WvgPartHandler

Expand Down
4 changes: 1 addition & 3 deletions contrib/gtwvg/pushbut.prg
Original file line number Diff line number Diff line change
Expand Up @@ -52,9 +52,7 @@
#include "inkey.ch"
#include "hbgtinfo.ch"

#include "hbgtwvg.ch"
#include "wvtwin.ch"
#include "wvgparts.ch"
#include "gtwvg.ch"

CREATE CLASS WvgPushButton INHERIT WvgWindow

Expand Down
4 changes: 1 addition & 3 deletions contrib/gtwvg/radiobut.prg
Original file line number Diff line number Diff line change
Expand Up @@ -52,9 +52,7 @@
#include "inkey.ch"
#include "hbgtinfo.ch"

#include "hbgtwvg.ch"
#include "wvtwin.ch"
#include "wvgparts.ch"
#include "gtwvg.ch"

CREATE CLASS WvgRadioButton INHERIT WvgWindow, WvgDataRef

Expand Down
4 changes: 1 addition & 3 deletions contrib/gtwvg/scrollbr.prg
Original file line number Diff line number Diff line change
Expand Up @@ -52,9 +52,7 @@
#include "inkey.ch"
#include "hbgtinfo.ch"

#include "hbgtwvg.ch"
#include "wvtwin.ch"
#include "wvgparts.ch"
#include "gtwvg.ch"

CREATE CLASS WvgScrollBar INHERIT WvgWindow, WvgDataRef

Expand Down
4 changes: 1 addition & 3 deletions contrib/gtwvg/sle.prg
Original file line number Diff line number Diff line change
Expand Up @@ -52,9 +52,7 @@
#include "inkey.ch"
#include "hbgtinfo.ch"

#include "hbgtwvg.ch"
#include "wvtwin.ch"
#include "wvgparts.ch"
#include "gtwvg.ch"

CREATE CLASS WvgSLE INHERIT WvgWindow, WvgDataRef

Expand Down
4 changes: 1 addition & 3 deletions contrib/gtwvg/statbar.prg
Original file line number Diff line number Diff line change
Expand Up @@ -52,9 +52,7 @@
#include "inkey.ch"
#include "hbgtinfo.ch"

#include "hbgtwvg.ch"
#include "wvtwin.ch"
#include "wvgparts.ch"
#include "gtwvg.ch"

CREATE CLASS WvgStatusBar INHERIT WvgWindow /* WvgActiveXControl */

Expand Down
4 changes: 1 addition & 3 deletions contrib/gtwvg/static.prg
Original file line number Diff line number Diff line change
Expand Up @@ -52,9 +52,7 @@
#include "inkey.ch"
#include "hbgtinfo.ch"

#include "hbgtwvg.ch"
#include "wvtwin.ch"
#include "wvgparts.ch"
#include "gtwvg.ch"

CREATE CLASS WvgStatic INHERIT WvgWindow

Expand Down
4 changes: 1 addition & 3 deletions contrib/gtwvg/syswnd.prg
Original file line number Diff line number Diff line change
Expand Up @@ -52,9 +52,7 @@
#include "inkey.ch"
#include "hbgtinfo.ch"

#include "hbgtwvg.ch"
#include "wvtwin.ch"
#include "wvgparts.ch"
#include "gtwvg.ch"

CREATE CLASS WvgSysWindow INHERIT WvgPartHandler

Expand Down
4 changes: 1 addition & 3 deletions contrib/gtwvg/tabpage.prg
Original file line number Diff line number Diff line change
Expand Up @@ -52,9 +52,7 @@
#include "inkey.ch"
#include "hbgtinfo.ch"

#include "hbgtwvg.ch"
#include "wvtwin.ch"
#include "wvgparts.ch"
#include "gtwvg.ch"

CREATE CLASS WvgTabPage INHERIT WvgWindow

Expand Down
1 change: 1 addition & 0 deletions contrib/gtwvg/tests/_activex.prg
Original file line number Diff line number Diff line change
Expand Up @@ -4,6 +4,7 @@
#include "setcurs.ch"
#include "hbgtinfo.ch"
#include "hbver.ch"
#include "gtwvg.ch"

// The function has to be called via hb_threadStart( {|| ExecuteActiveX( nActiveX ) } )

Expand Down
1 change: 1 addition & 0 deletions contrib/gtwvg/tests/_cuigdlg.prg
Original file line number Diff line number Diff line change
Expand Up @@ -4,6 +4,7 @@

#include "inkey.ch"
#include "hbgtinfo.ch"
#include "gtwvg.ch"

// Simplified Console with GUI Look

Expand Down
1 change: 1 addition & 0 deletions contrib/gtwvg/tests/_dyndlgs.prg
Original file line number Diff line number Diff line change
Expand Up @@ -2,6 +2,7 @@

#include "inkey.ch"
#include "hbgtinfo.ch"
#include "gtwvg.ch"

#define ID_BTN_OK 1
#define ID_MLE 10
Expand Down
1 change: 1 addition & 0 deletions contrib/gtwvg/tests/_modal.prg
Original file line number Diff line number Diff line change
Expand Up @@ -3,6 +3,7 @@
#include "inkey.ch"
#include "hbgtinfo.ch"
#include "setcurs.ch"
#include "gtwvg.ch"

#xuntranslate Alert( =>

Expand Down
1 change: 1 addition & 0 deletions contrib/gtwvg/tests/_tbrowse.prg
Original file line number Diff line number Diff line change
Expand Up @@ -13,6 +13,7 @@
#include "setcurs.ch"
#include "hbgtinfo.ch"
#include "hbver.ch"
#include "gtwvg.ch"

#define K_MOVING 1001

Expand Down
1 change: 1 addition & 0 deletions contrib/gtwvg/tests/_utils.prg
Original file line number Diff line number Diff line change
Expand Up @@ -2,6 +2,7 @@

#include "inkey.ch"
#include "hbgtinfo.ch"
#include "gtwvg.ch"

// WvtSetObjects() array structure
#define WVT_OBJ_TYPE 1
Expand Down
1 change: 1 addition & 0 deletions contrib/gtwvg/tests/_wvtcls.prg
Original file line number Diff line number Diff line change
Expand Up @@ -9,6 +9,7 @@

#include "inkey.ch"
#include "hbgtinfo.ch"
#include "gtwvg.ch"

PROCEDURE DialogWvgClassesOne( nMode )

Expand Down
1 change: 1 addition & 0 deletions contrib/gtwvg/tests/_xbp.prg
Original file line number Diff line number Diff line change
Expand Up @@ -3,6 +3,7 @@
#include "inkey.ch"
#include "hbgtinfo.ch"
#include "hbver.ch"
#include "gtwvg.ch"

#define MUSIC_WAITON {800, 1600}

Expand Down
2 changes: 1 addition & 1 deletion contrib/gtwvg/tests/demowvg.prg
Original file line number Diff line number Diff line change
Expand Up @@ -21,7 +21,7 @@
#include "inkey.ch"
#include "hbgtinfo.ch"
#include "hbver.ch"
#include "wvgparts.ch"
#include "gtwvg.ch"

REQUEST DBFCDX
REQUEST DBFNTX
Expand Down
1 change: 1 addition & 0 deletions contrib/gtwvg/tests/demowvg1.prg
Original file line number Diff line number Diff line change
Expand Up @@ -7,6 +7,7 @@
#include "inkey.ch"
#include "hbgtinfo.ch"
#include "hbver.ch"
#include "gtwvg.ch"

#define IMAGE_VOUCH hb_DirBase() + "vouch1.bmp"
#define IMAGE_BROWSE hb_DirBase() + "v_browse.ico"
Expand Down
1 change: 1 addition & 0 deletions contrib/gtwvg/tests/demoxbp.prg
Original file line number Diff line number Diff line change
Expand Up @@ -10,6 +10,7 @@

#include "inkey.ch"
#include "hbgtinfo.ch"
#include "gtwvg.ch"

PROCEDURE Main()

Expand Down
4 changes: 1 addition & 3 deletions contrib/gtwvg/toolbar.prg
Original file line number Diff line number Diff line change
Expand Up @@ -52,9 +52,7 @@
#include "inkey.ch"
#include "hbgtinfo.ch"

#include "hbgtwvg.ch"
#include "wvtwin.ch"
#include "wvgparts.ch"
#include "gtwvg.ch"

CREATE CLASS WvgToolBar INHERIT WvgWindow /*WvgActiveXControl*/

Expand Down
4 changes: 1 addition & 3 deletions contrib/gtwvg/treeview.prg
Original file line number Diff line number Diff line change
Expand Up @@ -52,9 +52,7 @@
#include "inkey.ch"
#include "hbgtinfo.ch"

#include "hbgtwvg.ch"
#include "wvtwin.ch"
#include "wvgparts.ch"
#include "gtwvg.ch"

CREATE CLASS WvgTreeView INHERIT WvgWindow, WvgDataRef

Expand Down
Loading