Home
last modified time | relevance | path

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

/haiku/src/apps/cortex/TransportView/
H A DTransportView.cpp647 m_toLabel = new BStringView(BRect(), 0, B_TRANSLATE("to")); in _constructControls()
648 AddChild(m_toLabel); in _constructControls()
1393 m_toLabel->MoveTo(rtLeftTop); in _updateLayout()
1394 m_toLabel->ResizeToPreferred(); in _updateLayout()
1396 m_toLabel->Bounds().Width(), in _updateLayout()
1397 m_toLabel->Bounds().Height()); in _updateLayout()
H A DTransportView.h173 BStringView* m_toLabel; variable