Home
last modified time | relevance | path

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

/haiku/src/tests/kits/interface/
H A DSimpleAlertTest.cpp43 BStringView* fLastStringView; member in Window
87 fLastStringView = new BStringView("last pressed", ""); in Window()
88 fLastStringView->SetAlignment(B_ALIGN_CENTER); in Window()
98 .Add(fLastStringView) in Window()
124 fLastStringView->SetText("Canceled alert"); in MessageReceived()
126 fLastStringView->SetText(BString().SetToFormat( in MessageReceived()