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

/haiku-fatelf/src/preferences/joysticks/
H A DMessageWin.cpp23 fBox = new BBox(Bounds(), "", B_FOLLOW_ALL, B_WILL_DRAW, B_PLAIN_BORDER);
24 fBox->SetViewColor(ui_color(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-fatelf/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
/haiku-fatelf/src/preferences/network_old/
H A DInterfaceWin.cpp75 fBox=new BBox(BRect(5,ypos,r.right - 5, ypos + fGateway->Frame().bottom + 10),
77 view->AddChild(fBox);
79 fBox->AddChild(fIPAddress);
80 fBox->AddChild(fNetMask);
81 fBox->AddChild(fGateway);
97 ypos = fBox->Frame().bottom + 10;
H A DInterfaceWin.h26 BBox *fBox; member in class:InterfaceWin

Completed in 102 milliseconds