| 2690 | } |
| 2691 | |
| 2692 | WTL::CToolTipCtrl GetTooltips() const |
| 2693 | { |
| 2694 | return m_tooltip; |
| 2695 | } |
| 2696 | //void SetTooltips(HWND hWndToolTip) |
| 2697 | //{ |
| 2698 | // ATLASSERT(::IsWindow(m_hWnd)); |
nothing calls this directly
no outgoing calls
no test coverage detected