Home
last modified time | relevance | path

Searched refs:ShowTip (Results 1 – 4 of 4) sorted by relevance

/haiku/headers/private/interface/
H A DToolTipManager.h21 void ShowTip(BToolTip* tip, BPoint where,
/haiku/src/kits/interface/
H A DToolTipManager.cpp48 void ShowTip();
153 ToolTipView::ShowTip() in ShowTip() function in BPrivate::ToolTipView
354 view->ShowTip(); in MessageReceived()
388 BToolTipManager::ShowTip(BToolTip* tip, BPoint where, void* owner) in ShowTip() function in BToolTipManager
H A DView.cpp5703 BToolTipManager::Manager()->ShowTip(tip, ConvertToScreen(where), this); in ShowToolTip()
/haiku/src/apps/mediaplayer/interface/
H A DTransportControlGroup.cpp283 manager->ShowTip(fPositionToolTip, tipPoint, this); in MessageReceived()