Home
last modified time | relevance | path

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

/haiku/src/apps/deskbar/
H A DWindowMenu.cpp89 TBarView* barview =(static_cast<TBarApp*>(be_app))->BarView(); in AttachedToWindow() local
90 if (barview != NULL && barview->LockLooper()) { in AttachedToWindow()
93 dragging = barview->Dragging(); in AttachedToWindow()
101 if (barview->ExpandoState()) { in AttachedToWindow()
102 SetTrackingHook(barview->MenuTrackingHook, in AttachedToWindow()
103 barview->GetTrackingHookData()); in AttachedToWindow()
105 barview->DragStart(); in AttachedToWindow()
107 barview->UnlockLooper(); in AttachedToWindow()
227 TBarView* barview = (dynamic_cast<TBarApp*>(be_app))->BarView(); in DetachedFromWindow() local
228 if (barview && barview->ExpandoState() && barview->Dragging() in DetachedFromWindow()
[all …]
H A DWindowMenuItem.cpp121 TBarView* barview = (static_cast<TBarApp*>(be_app))->BarView(); in Draw() local
123 || barview->Dragging() || !IsEnabled()) { in Draw()