Searched refs:stringView (Results 1 - 7 of 7) sorted by relevance

/haiku/src/preferences/screen/
H A DRefreshWindow.cpp42 BStringView* stringView = new BStringView(rect, "info", local
44 stringView->ResizeToPreferred();
45 topView->AddChild(stringView);
47 rect.top += stringView->Bounds().Height() + 14;
72 width = stringView->Bounds().Width() + 100;
/haiku/src/tests/kits/interface/
H A DCheckBoxTest.cpp73 BStringView *stringView = new BStringView(rect, NULL, "Be's BCheckBox"); local
74 stringView->SetFont(be_bold_font);
75 AddChild(stringView);
117 stringView = new BStringView(rect, NULL, "Haiku's BCheckBox");
118 stringView->SetFont(be_bold_font);
119 AddChild(stringView);
/haiku/src/preferences/media/
H A DMediaWindow.cpp715 BStringView* stringView = new BStringView("noControls", local
719 stringView->SetExplicitMaxSize(unlimited);
723 stringView->SetExplicitAlignment(centered);
724 stringView->SetAlignment(B_ALIGN_CENTER);
726 fContentLayout->AddView(stringView);
729 rgb_color panel = stringView->LowColor();
730 stringView->SetHighColor(tint_color(panel,
/haiku/src/apps/diskprobe/
H A DProbeView.cpp422 BStringView* stringView = new BStringView( local
426 stringView->SetFont(&boldFont);
427 line->AddChild(stringView);
441 stringView = new BStringView(B_EMPTY_STRING,
443 stringView->SetFont(&boldFont);
444 line->AddChild(stringView);
470 stringView = new BStringView(B_EMPTY_STRING, B_TRANSLATE("Block: "));
471 stringView->SetFont(&boldFont);
472 line->AddChild(stringView);
492 stringView
[all...]
H A DTypeEditors.cpp210 BStringView *stringView = new BStringView(B_EMPTY_STRING, local
217 .Add(stringView)
/haiku/src/kits/media/
H A DDefaultMediaTheme.cpp956 BStringView *stringView = new BStringView(parameter.Name(), local
958 stringView->SetAlignment(B_ALIGN_CENTER);
960 return stringView;
/haiku/src/kits/tracker/
H A DFindPanel.cpp1090 BStringView* stringView local
1092 if (stringView != NULL) {
1097 stringView->SetText(selected->Label());
2675 BStringView* stringView = new BStringView("", local
2677 BLayoutItem* layoutItem = fAttrGrid->AddView(stringView, 1, gridRow);

Completed in 125 milliseconds