Home
last modified time | relevance | path

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

/haiku/src/tests/kits/interface/balert/alert_manual_test/
H A DAlertTestWindow.cpp109 BTextView *pTextView = pAlert->TextView(); in Test() local
119 which_label(pTextView->Text(), strLabel); in Test()
120 pt = pTextView->ConvertToParent(BPoint(0, 0)); in Test()
126 strLabel.String(), pTextView->Bounds().Width(), in Test()
127 pTextView->Bounds().Height(), pt.x, pt.y); in Test()
/haiku/src/tests/kits/interface/menu/menuworld/
H A DViewLayoutFactory.cpp77 BTextView* pTextView = control.TextView(); in LayoutTextControl() local
82 pTextView->ResizeBy(widthExpand, 0); in LayoutTextControl()