Searched refs:backgroundView (Results 1 - 1 of 1) sorted by last modified time

/haiku/src/add-ons/network_settings/dialup/
H A DTextRequestDialog.cpp38 BView *backgroundView = new BView(rect, "background", B_FOLLOW_ALL_SIDES, 0); local
39 backgroundView->SetViewUIColor(B_PANEL_BACKGROUND_COLOR);
54 backgroundView->ResizeBy(0, textHeight + 5);
58 backgroundView->AddChild(fTextView);
81 backgroundView->AddChild(cancelButton);
82 backgroundView->AddChild(fOKButton);
83 backgroundView->AddChild(fTextControl);
84 AddChild(backgroundView);

Completed in 92 milliseconds