| 300 | } |
| 301 | |
| 302 | bool TetrisNotebookDisplay::IsOpen() const |
| 303 | { |
| 304 | return _notebook && _notebook->IsOpen(); |
| 305 | } |
| 306 | |
| 307 | Control* TetrisNotebookDisplay::OnCreateCtrl(int type, int idc, const ParamEntry& cls) |
| 308 | { |
no outgoing calls
no test coverage detected