MCPcopy Create free account
hub / github.com/CobaltFusion/DebugViewPP / GetTooltips

Function GetTooltips

Libraries/TabbingFramework/CustomTabCtrl.h:2692–2695  ·  view source on GitHub ↗

Source from the content-addressed store, hash-verified

2690 }
2691
2692 WTL::CToolTipCtrl GetTooltips() const
2693 {
2694 return m_tooltip;
2695 }
2696 //void SetTooltips(HWND hWndToolTip)
2697 //{
2698 // ATLASSERT(::IsWindow(m_hWnd));

Callers

nothing calls this directly

Calls

no outgoing calls

Tested by

no test coverage detected