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

/haiku-fatelf/src/tests/kits/net/DialUpPreflet/
H A DTextRequestDialog.cpp35 BView *backgroundView = new BView(rect, "background", B_FOLLOW_ALL_SIDES, 0); local
36 backgroundView->SetViewColor(ui_color(B_PANEL_BACKGROUND_COLOR));
51 backgroundView->ResizeBy(0, textHeight + 5);
55 backgroundView->AddChild(fTextView);
78 backgroundView->AddChild(cancelButton);
79 backgroundView->AddChild(fOKButton);
80 backgroundView->AddChild(fTextControl);
81 AddChild(backgroundView);
/haiku-fatelf/src/tests/kits/net/preflet/DialUpAddOn/
H A DTextRequestDialog.cpp52 BView *backgroundView = new BView(rect, "background", B_FOLLOW_ALL_SIDES, 0); local
53 backgroundView->SetViewColor(ui_color(B_PANEL_BACKGROUND_COLOR));
68 backgroundView->ResizeBy(0, textHeight + 5);
72 backgroundView->AddChild(fTextView);
95 backgroundView->AddChild(cancelButton);
96 backgroundView->AddChild(fOKButton);
97 backgroundView->AddChild(fTextControl);
98 AddChild(backgroundView);
/haiku-fatelf/src/kits/tracker/
H A DSelectionWindow.cpp74 BView* backgroundView = new BView(Bounds(), "bgView", B_FOLLOW_ALL, local
76 backgroundView->SetViewColor(ui_color(B_PANEL_BACKGROUND_COLOR));
77 AddChild(backgroundView);
95 backgroundView->AddChild(fMatchingTypeMenuField);
105 backgroundView->AddChild(fExpressionTextControl);
113 backgroundView->AddChild(fInverseCheckBox);
122 backgroundView->AddChild(fIgnoreCaseCheckBox);
130 backgroundView->AddChild(fSelectButton);
136 fSelectButton->SetLowColor(backgroundView->ViewColor());
H A DOpenWithWindow.cpp94 BackgroundView* backgroundView = new BackgroundView(rect); local
95 AddChild(backgroundView);
107 backgroundView->AddChild(fLaunchButton);
117 backgroundView->AddChild(fLaunchAndMakeDefaultButton);
125 backgroundView->AddChild(button);
141 backgroundView->AddChild(fPoseView);

Completed in 76 milliseconds