Home
last modified time | relevance | path

Searched refs:OnShowToolTip (Results 1 – 2 of 2) sorted by relevance

/reactos/sdk/lib/cicero/
H A Dcicuif.h242 STDMETHOD_(LRESULT, OnShowToolTip)() { return 0; } in STDMETHOD_() argument
H A Dcicuif.cpp2443 if (!m_pToolTipTarget || m_pToolTipTarget->OnShowToolTip()) in ShowTip()