Searched refs:RemoveChild (Results 76 - 93 of 93) sorted by relevance

1234

/haiku/src/preferences/mail/
H A DConfigWindow.cpp864 fConfigView->RemoveChild(child);
/haiku/src/preferences/screensaver/
H A DScreenSaverWindow.cpp868 fSettingsBox->RemoveChild(fSettingsView);
/haiku/src/apps/screenshot/
H A DScreenshotWindow.cpp713 fSettingsWindow->RemoveChild(fSettingsWindow->ChildAt(0));
/haiku/src/tests/servers/app/drawing_modes/
H A DDrawingModes.cpp454 resultBitmap->RemoveChild(blitter);
/haiku/src/apps/codycam/
H A DCodyCam.cpp911 RemoveChild(fView);
/haiku/src/apps/cortex/MediaRoutingView/
H A DMediaNodePanel.cpp906 tempBitmap->RemoveChild(tempView);
H A DMediaJack.cpp425 tempBitmap->RemoveChild(tempView);
/haiku/src/apps/remotedesktop/
H A DRemoteView.cpp415 fOffscreenBitmap->RemoveChild(state->view);
/haiku/headers/os/interface/
H A DView.h175 bool RemoveChild(BView* child);
/haiku/src/servers/app/
H A DView.cpp277 View::RemoveChild(View* view) function in class:View
280 printf("View::RemoveChild(%p - %s) - View is not child of "
H A DServerWindow.cpp1264 parent->RemoveChild(view);
/haiku/src/kits/interface/
H A DScrollView.cpp598 RemoveChild(fTarget);
H A DSlider.cpp489 fOffScreenBits->RemoveChild(fOffScreenView);
H A DWindow.cpp560 BWindow::RemoveChild(BView* child) function in class:BWindow
566 return fTopView->RemoveChild(child);
H A DColumnListView.cpp502 fDrawBuffer->RemoveChild(this);
H A DView.cpp4662 BView::RemoveChild(BView* child) function in class:BView
4664 STRACE(("BView(%s)::RemoveChild(%s)\n", Name(), child->Name()));
/haiku/src/preferences/filetypes/
H A DIconView.cpp471 target->RemoveChild(view);
/haiku/src/apps/mail/
H A DMailWindow.cpp2101 bmap.RemoveChild(&header_view);
2102 bmap.RemoveChild(&line);

Completed in 275 milliseconds

1234