Searched refs:m_tooltips (Results 1 – 1 of 1) sorted by relevance
117 CTooltips * m_tooltips; member in CBalloonQueue505 m_tooltips(NULL), in CBalloonQueue()517 m_tooltips = balloons; in Init()630 m_tooltips->SetTitle(info.szInfoTitle, info.uIcon); in Show()631 m_tooltips->TrackPosition(x, y); in Show()632 m_tooltips->SetMaxTipWidth(BALLOON_MAXWIDTH); in Show()633 … m_tooltips->UpdateTipText(m_hwndParent, reinterpret_cast<LPARAM>(m_toolbar->m_hWnd), info.szInfo); in Show()634 m_tooltips->TrackActivate(m_hwndParent, reinterpret_cast<LPARAM>(m_toolbar->m_hWnd)); in Show()655 m_tooltips->TrackDeactivate(); in Close()