Searched refs:customBox (Results 1 - 2 of 2) sorted by relevance

/haiku/src/bin/screen_blanker/
H A DPasswordWindow.cpp42 BBox *customBox = new BBox(bounds, "customBox", B_FOLLOW_NONE); local
43 topView->AddChild(customBox);
44 customBox->SetLabel(B_TRANSLATE("Unlock screen saver"));
50 customBox->AddChild(fPassword);
59 customBox->AddChild(button);
66 customBox->ResizeTo(frame.right + 10.0, button->Frame().bottom + 10.0);
68 frame = customBox->Frame();
/haiku/src/preferences/screensaver/
H A DPasswordWindow.cpp71 BBox* customBox = new BBox("customBox"); local
76 customBox->SetLabel(fUseCustom);
99 customBox->AddChild(BLayoutBuilder::Group<>(B_VERTICAL)
118 .Add(customBox)

Completed in 93 milliseconds