67 #if defined(__cplusplus) 75 WM_HWIN WINDOW_CreateEx (
int x0,
int y0,
int xSize,
int ySize, WM_HWIN hParent,
int WinFlags,
int ExFlags,
int Id, WM_CALLBACK * cb);
76 WM_HWIN WINDOW_CreateUser (
int x0,
int y0,
int xSize,
int ySize, WM_HWIN hParent,
int WinFlags,
int ExFlags,
int Id, WM_CALLBACK * cb,
int NumExtraBytes);
77 WM_HWIN WINDOW_CreateIndirect (
const GUI_WIDGET_CREATE_INFO * pCreateInfo, WM_HWIN hWinParent,
int x0,
int y0, WM_CALLBACK * cb);
79 int WINDOW_GetUserData (WM_HWIN hObj,
void * pDest,
int NumBytes);
80 void WINDOW_SetBkColor (WM_HWIN hObj,
GUI_COLOR Color);
81 void WINDOW_SetDefaultBkColor(
GUI_COLOR Color);
82 int WINDOW_SetUserData (WM_HWIN hObj,
const void * pSrc,
int NumBytes);
84 void WINDOW_Callback(WM_MESSAGE * pMsg);
86 #if defined(__cplusplus) 90 #endif // GUI_WINSUPPORT