Searched refs:fBox (Results 1 - 6 of 6) sorted by relevance

/haiku/src/preferences/joysticks/
H A DMessageWin.cpp23 fBox = new BBox(Bounds(), "", B_FOLLOW_ALL, B_WILL_DRAW, B_PLAIN_BORDER);
24 fBox->SetViewUIColor(B_PANEL_BACKGROUND_COLOR);
25 fBox->SetLowColor(fBox->ViewColor());
28 BRect outside(fBox->Bounds());
38 fBox->AddChild(fText);
39 AddChild(fBox);
H A DMessageWin.h37 BBox* fBox; member in class:MessageWin
H A DCalibWin.cpp52 fBox = new BBox(BRect(12.00,7.00,280.00,67.00),"Box1",
60 fBox->AddChild(fStringView3);
64 fView->AddChild(fBox);
H A DCalibWin.h64 BBox* fBox; member in class:CalibWin
/haiku/src/tests/kits/interface/layout/widget_layout_test/tests/
H A DBoxTest.cpp61 fBox(new BBox("test box")),
68 SetView(fBox);
95 fBox->SetViewColor(background);
96 fBox->SetLowColor(background);
217 fBox->SetBorder(button->fBorderStyle);
235 fBox->SetLabel(new BButton("", NULL));
237 fBox->SetLabel(button->fLabel);
256 if (BView* labelView = fBox->LabelView()) {
259 } else if (fBox->Label())
260 fBox
[all...]
H A DBoxTest.h39 BBox* fBox; member in class:BoxTest

Completed in 90 milliseconds