Home
last modified time | relevance | path

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

/haiku/src/preferences/datatranslations/
H A DDataTranslationsWindow.cpp156 if (fConfigView != NULL) { in _ShowConfigView()
157 fRightBox->RemoveChild(fConfigView); in _ShowConfigView()
158 delete fConfigView; in _ShowConfigView()
159 fConfigView = NULL; in _ShowConfigView()
170 &fConfigView, &rect); in _ShowConfigView()
175 fConfigView->SetViewUIColor(B_PANEL_BACKGROUND_COLOR); in _ShowConfigView()
177 fRightBox->AddChild(fConfigView); in _ShowConfigView()
180 fConfigView->SetExplicitMinSize( in _ShowConfigView()
195 if (fConfigView != NULL) { in _ShowInfoView()
196 fRightBox->RemoveChild(fConfigView); in _ShowInfoView()
[all …]
H A DDataTranslationsWindow.h49 BView* fConfigView; variable
/haiku/src/add-ons/screen_savers/gravity/
H A DGravity.cpp28 fConfigView(NULL) in Gravity()
57 fConfigView = new ConfigView(view->Bounds(), this); in StartConfig()
58 view->AddChild(fConfigView); in StartConfig()
H A DGravity.h46 ConfigView* fConfigView; variable
/haiku/src/preferences/mail/
H A DConfigWindow.cpp229 fConfigView = new BView(NULL, 0); in ConfigWindow()
230 fConfigView->SetLayout(new BGroupLayout(B_VERTICAL)); in ConfigWindow()
231 fConfigView->SetExplicitMaxSize(BSize(B_SIZE_UNLIMITED, B_SIZE_UNLIMITED)); in ConfigWindow()
232 fConfigView->SetViewUIColor(B_PANEL_BACKGROUND_COLOR); in ConfigWindow()
247 .Add(fConfigView, 2.0f); in ConfigWindow()
863 while (BView* child = fConfigView->ChildAt(0)) { in _ReplaceConfigView()
864 fConfigView->RemoveChild(child); in _ReplaceConfigView()
869 fConfigView->AddChild(view); in _ReplaceConfigView()
H A DConfigWindow.h88 BView* fConfigView; variable