Home
last modified time | relevance | path

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

/haiku/headers/private/interface/
H A DColumnListView.h271 void SetMouseTrackingEnabled(bool);
/haiku/src/kits/interface/
H A DColumnListView.cpp304 void SetMouseTrackingEnabled(bool);
977 BColumnListView::SetMouseTrackingEnabled(bool Enabled) in SetMouseTrackingEnabled() function in BColumnListView
979 fOutlineView->SetMouseTrackingEnabled(Enabled); in SetMouseTrackingEnabled()
3697 void OutlineView::SetMouseTrackingEnabled(bool enabled) function in OutlineView