Searched refs:m_toLabel (Results 1 – 2 of 2) sorted by relevance
647 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()
173 BStringView* m_toLabel; variable