Searched refs:m_fromLabel (Results 1 - 2 of 2) sorted by relevance

/haiku/src/apps/cortex/TransportView/
H A DTransportView.h171 BStringView* m_fromLabel; member in class:TransportView
H A DTransportView.cpp630 m_fromLabel = new BStringView(BRect(), 0, B_TRANSLATE("Roll from"));
631 AddChild(m_fromLabel);
1366 m_fromLabel->MoveTo(rtLeftTop);
1367 m_fromLabel->ResizeToPreferred();
1369 m_fromLabel->Bounds().Width(),
1370 m_fromLabel->Bounds().Height());

Completed in 85 milliseconds