3 /////////////////////////////////////////////////////////////////////////////
5 // Copyright (c) 2002 Iain Murray, Inference Group, Cavendish, Cambridge.
7 /////////////////////////////////////////////////////////////////////////////
12 #include "../resource.h"
21 class CKeyBox
: public CWinWrap
24 CKeyBox(HWND Parent
, Dasher::CDasher
* pDasher
);
25 void PopulateWidgets();
26 std::string
GetControlText(HWND Dialog
, int ControlID
);
28 LRESULT
WndProc(HWND Window
, UINT message
, WPARAM wParam
, LPARAM lParam
);
30 Dasher::CDasher
* m_pDasher
;
46 #endif /* #ifndef __AlphabetBox_h__ */