Lines Matching refs:CWnd
26 recent_project_win::recent_project_win(int width, int height, CWnd* pParent /*=NULL*/) in BEGIN_MESSAGE_MAP()
86 CWnd::OnShowWindow(Show, status); in OnShowWindow()
117 BEGIN_MESSAGE_MAP(recent_list_frame, CWnd) in BEGIN_MESSAGE_MAP() argument
129 recent_list_frame::recent_list_frame(CWnd* parent) in BEGIN_MESSAGE_MAP()
153 if (CWnd::OnCreate(lpCreateStruct) == -1) in OnCreate()
307 return CWnd::PreTranslateMessage(pMsg); in PreTranslateMessage()
311 HBRUSH recent_list_frame::OnCtlColor(CDC* pDC, CWnd* pWnd, UINT nCtlColor) in OnCtlColor()
332 return CWnd::OnCtlColor(pDC, pWnd, nCtlColor);; in OnCtlColor()
351 void recent_list_frame::OnSetFocus(CWnd* pOldWnd) in OnSetFocus()
353 CWnd::OnSetFocus(pOldWnd); in OnSetFocus()
371 void recent_list_frame::OnKillFocus(CWnd* pNewWnd) in OnKillFocus()
373 CWnd::OnKillFocus(pNewWnd); in OnKillFocus()