Home
last modified time | relevance | path

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

/haiku/src/apps/soundrecorder/
H A DRecorderWindow.cpp361 fBottomBox = new BBox(r, "bottomBox", B_FOLLOW_ALL); in InitWindow()
362 fBottomBox->SetBorder(B_NO_BORDER); in InitWindow()
363 AddChild(fBottomBox); in InitWindow()
367 r = fBottomBox->Bounds(); in InitWindow()
380 fBottomBox->AddChild(scroller); in InitWindow()
382 r = fBottomBox->Bounds(); in InitWindow()
501 fBottomBox->AddChild(fInputField); in InitWindow()
503 fBottomBox->AddChild(fFileInfoBox); in InitWindow()
505 fBottomBox->Hide(); in InitWindow()
590 fBottomBox->Show(); in MessageReceived()
[all …]
H A DRecorderWindow.h103 BBox * fBottomBox; variable