Lines Matching refs:CWnd
6 class string_reference_row : public CWnd
9 string_reference_row(CWnd *parent, widget_info *info, int string_id);
34 class string_reference_win : public CWnd
37 string_reference_win(CWnd *parent, string_table *table, int string_index);
69 class table_frame : public CWnd
72 table_frame(CWnd *parent, string_table *table);
105 afx_msg void OnSetFocus(CWnd* pOldWnd);
106 afx_msg void OnKillFocus(CWnd* pNewWnd);
112 CWnd *GetRow(int row_id);
128 class table_row : public CWnd
131 table_row(CWnd *parent, int Id, int string_index, string_table *table);
133 afx_msg void OnSetFocus(CWnd *Wnd);
152 class table_header : public CWnd
169 class button_frame : public CWnd
188 afx_msg HBRUSH OnCtlColor(CDC* pDC, CWnd* pWnd, UINT nCtlColor);
217 string_table_edit_dlg(string_table *table, CWnd* pParent = NULL); // standard constructor
240 afx_msg HBRUSH OnCtlColor(CDC *pDC, CWnd *pWnd, UINT nCtlColor);