1 #include <dflat32/dflat.h>
3 DFWINDOW ApplicationWindow
; //applicat.c
5 void ClearDialogBoxes(void) // no clue
12 /* -------- array of class definitions -------- */
13 CLASSDEFS classdefs
[] = {
15 #define ClassDef(c,b,p,a) {b,p,a},
16 // #include <dflat32/classes.h>
19 BOOL
isAncestor(DFWINDOW wnd
, DFWINDOW awnd
)
29 BOOL
isVisible(DFWINDOW wnd
)
40 void BuildTextPointers(DFWINDOW wnd
)
46 void LogMessages (DFWINDOW wnd
, DFMESSAGE msg
, PARAM p1
, PARAM p2
)