Searched refs:AddChild (Results 451 - 475 of 483) sorted by relevance

<<11121314151617181920

/haiku/src/preferences/filetypes/
H A DIconView.cpp468 target->AddChild(view);
927 dragBitmap->AddChild(view);
H A DApplicationTypeWindow.cpp403 iconHolder->AddChild(fTypeIconView);
/haiku/src/kits/interface/
H A DColumnListView.cpp492 fDrawBuffer->AddChild(this);
1116 AddChild(view);
2208 AddChild(fOutlineView);
2213 AddChild(fTitleView);
2217 AddChild(fVerticalScrollBar);
2221 AddChild(fHorizontalScrollBar);
H A DWindow.cpp376 AddChild(child);
542 BWindow::AddChild(BView* child, BView* before) function in class:BWindow
546 fTopView->AddChild(child, before);
551 BWindow::AddChild(BLayoutItem* child) function in class:BWindow
555 fTopView->AddChild(child);
3159 // we can't use AddChild() because this is the top view
H A DChannelSlider.cpp786 fBacking->AddChild(fBackingView);
H A DTextControl.cpp1115 AddChild(fText);
H A DMenuField.cpp1228 AddChild(fMenuBar);
H A DView.cpp585 AddChild(child);
4591 BView::AddChild(BView* child, BView* before) function in class:BView
4593 STRACE(("BView(%s)::AddChild(child '%s', before '%s')\n",
4607 BView::AddChild(BLayoutItem* child) function in class:BView
4622 debugger("AddChild failed - the view already has a parent.");
4627 debugger("AddChild failed - cannot add a view to itself.");
4638 debugger("AddChild failed!");
5869 // TODO: Maybe we could auto-delete those views on AddChild() instead?
/haiku/src/kits/tracker/
H A DFindPanel.cpp841 queryBox->AddChild(queryBoxView);
2132 box->AddChild(grid);
2527 box->AddChild(textControl);
/haiku/src/preferences/backgrounds/
H A DBackgroundsView.cpp118 previewBox->AddChild(BLayoutBuilder::Group<>()
201 rightbox->AddChild(BLayoutBuilder::Group<>(B_VERTICAL)
/haiku/src/apps/showimage/
H A DShowImageView.cpp762 bitmap->AddChild(&view);
1079 bitmap->AddChild(&view);
/haiku/src/apps/mediaplayer/playlist/
H A DListViews.cpp254 dragBitmap->AddChild( v );
/haiku/src/preferences/mail/
H A DConfigWindow.cpp869 fConfigView->AddChild(view);
/haiku/src/libs/print/libprint/
H A DGraphicsDriver.cpp215 fBitmap->AddChild(fView);
/haiku/src/apps/cortex/MediaRoutingView/
H A DMediaNodePanel.cpp899 tempBitmap->AddChild(tempView);
H A DMediaJack.cpp416 tempBitmap->AddChild(tempView);
/haiku/src/apps/mediaconverter/
H A DMediaConverterWindow.cpp395 fSaveFilePanel->Window()->ChildAt(0)->AddChild(selectThisDir);
/haiku/src/servers/app/drawing/interface/virtual/
H A DDWindowHWInterface.cpp232 AddChild(view);
/haiku/src/servers/app/
H A DView.cpp236 View::AddChild(View* view) function in class:View
239 printf("View::AddChild() - View already has a parent\n");
/haiku/src/apps/icon-o-matic/generic/gui/
H A DListViews.cpp840 dragBitmap->AddChild(view);
/haiku/src/apps/powerstatus/
H A DPowerStatusView.cpp653 AddChild(dragger);
/haiku/src/apps/processcontroller/
H A DProcessController.cpp174 AddChild(dragger);
/haiku/src/apps/debugger/user_interface/gui/team_window/
H A DSourceView.cpp2433 AddChild(fMarkerView = new MarkerView(this, fTeam, fListener,
2435 AddChild(fTextView = new TextView(this, fMarkerManager, &fFontInfo));
/haiku/src/preferences/keymap/
H A DKeyboardLayoutView.cpp469 bitmap->AddChild(view);
/haiku/src/apps/mail/
H A DMailWindow.cpp1767 AddChild(fEnclosuresView, fContentView);
2061 bmap.AddChild(&header_view);
2064 bmap.AddChild(&line);

Completed in 300 milliseconds

<<11121314151617181920