Searched refs:fBox (Results 1 – 6 of 6) sorted by relevance
/haiku/src/preferences/joysticks/ |
H A D | MessageWin.cpp | 23 fBox = new BBox(Bounds(), "", B_FOLLOW_ALL, B_WILL_DRAW, B_PLAIN_BORDER); in MessageWin() 24 fBox->SetViewUIColor(B_PANEL_BACKGROUND_COLOR); in MessageWin() 25 fBox->SetLowColor(fBox->ViewColor()); in MessageWin() 28 BRect outside(fBox->Bounds()); in MessageWin() 38 fBox->AddChild(fText); in MessageWin() 39 AddChild(fBox); in MessageWin()
|
H A D | CalibWin.cpp | 52 fBox = new BBox(BRect(12.00,7.00,280.00,67.00),"Box1", in CalibWin() 60 fBox->AddChild(fStringView3); in CalibWin() 64 fView->AddChild(fBox); in CalibWin()
|
H A D | MessageWin.h | 37 BBox* fBox;
|
H A D | CalibWin.h | 64 BBox* fBox; variable
|
/haiku/src/tests/kits/interface/layout/widget_layout_test/tests/ |
H A D | BoxTest.cpp | 61 fBox(new BBox("test box")), in BoxTest() 68 SetView(fBox); in BoxTest() 95 fBox->SetViewColor(background); in ActivateTest() 96 fBox->SetLowColor(background); in ActivateTest() 217 fBox->SetBorder(button->fBorderStyle); in _UpdateBorderStyle() 235 fBox->SetLabel(new BButton("", NULL)); in _UpdateLabel() 237 fBox->SetLabel(button->fLabel); in _UpdateLabel() 256 if (BView* labelView = fBox->LabelView()) { in _UpdateLongLabel() 259 } else if (fBox->Label()) in _UpdateLongLabel() 260 fBox->SetLabel(label); in _UpdateLongLabel() [all …]
|
H A D | BoxTest.h | 39 BBox* fBox; variable
|