Home
last modified time | relevance | path

Searched refs:backgroundView (Results 1 – 1 of 1) sorted by relevance

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