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

/haiku/src/tools/translation/inspector/
H A DInfoWindow.cpp49 fptextView = new BTextView(rctframe, "infoview", rcttext,
53 AddChild(psv = new BScrollView("infoscrollview", fptextView,
55 fptextView->MakeEditable(false);
56 //fptextView->MakeResizable(true);
57 fptextView->SetText(text);
77 BRect rcttext = fptextView->TextRect();
80 fptextView->SetTextRect(rcttext);
93 fptextView->SetText(bstr.String());
H A DInfoWindow.h48 BTextView *fptextView; member in class:InfoWindow

Completed in 82 milliseconds