| 290 | } |
| 291 | |
| 292 | BOOL STextHost::TxScreenToClient( LPPOINT lppt ) |
| 293 | { |
| 294 | return ::ScreenToClient(m_pRichEdit->GetContainer()->GetHostHwnd(),lppt); |
| 295 | } |
| 296 | |
| 297 | void STextHost::TxSetCursor( HCURSOR hcur, BOOL fText ) |
| 298 | { |
nothing calls this directly
no test coverage detected