| 51 | } |
| 52 | |
| 53 | BOOL CQpadView::PreCreateWindow(CREATESTRUCT& cs) |
| 54 | { |
| 55 | // TODO: Modify the Window class or styles here by modifying |
| 56 | // the CREATESTRUCT cs |
| 57 | |
| 58 | return CEditView::PreCreateWindow(cs); |
| 59 | } |
| 60 | |
| 61 | ///////////////////////////////////////////////////////////////////////////// |
| 62 | // CQpadView drawing |
nothing calls this directly
no outgoing calls
no test coverage detected