Searched refs:AddChild (Results 276 - 300 of 483) sorted by relevance

<<11121314151617181920

/haiku/src/add-ons/tracker/zipomatic/
H A DZipOMaticActivity.cpp184 fBitmap->AddChild(fBitmapView);
/haiku/src/apps/diskusage/
H A DStatusView.cpp80 AddChild(BLayoutBuilder::Group<>(B_HORIZONTAL, 0)
/haiku/src/apps/stylededit/
H A DReplaceWindow.cpp58 AddChild(BGroupLayoutBuilder(B_VERTICAL, 4)
/haiku/src/tests/kits/interface/
H A DControlLookTest.cpp153 AddChild(new View(Bounds()));
/haiku/src/bin/
H A Dsetdecor.cpp193 previewWindow->AddChild(new BView(previewWindow->Bounds(), "",
/haiku/src/apps/cortex/TipManager/
H A DTipManager.cpp147 AddChild(m_view);
/haiku/src/apps/mail/
H A DFindWindow.cpp227 AddChild(fFindPanel);
/haiku/src/kits/bluetooth/UI/
H A DPincodeWindow.cpp109 AddChild(BGroupLayoutBuilder(B_VERTICAL, 0)
/haiku/src/add-ons/input_server/devices/virtualkeyboard/
H A DVirtualKeyboardWindow.cpp66 AddChild(BGroupLayoutBuilder(B_VERTICAL)
/haiku/src/kits/interface/
H A DBox.cpp64 AddChild(child);
76 AddChild(child);
201 AddChild(fLabelView, ChildAt(0));
586 AddChild(fLabelView, ChildAt(0));
H A DToolTipManager.cpp76 AddChild(fToolTip->View());
321 AddChild(view);
/haiku/src/apps/remotedesktop/
H A DRemoteDesktop.cpp221 window->AddChild(view);
/haiku/src/apps/debugger/user_interface/gui/team_window/
H A DStackTraceView.cpp235 AddChild(fFramesTable->ToView());
/haiku/headers/os/interface/
H A DBitmap.h101 virtual void AddChild(BView* view);
/haiku/src/apps/terminal/
H A DColorListView.cpp71 bitmap->AddChild(view);
/haiku/src/apps/webpositive/
H A DConsoleWindow.cpp57 AddChild(BGroupLayoutBuilder(B_VERTICAL, 0.0)
/haiku/src/apps/serialconnect/
H A DSerialWindow.cpp84 AddChild(menuBar);
85 AddChild(fTermView);
86 AddChild(scrollBar);
87 AddChild(fStatusBar);
/haiku/src/add-ons/screen_savers/glife/
H A DGLifeConfig.cpp80 AddChild(BGroupLayoutBuilder(B_VERTICAL, B_USE_DEFAULT_SPACING)
/haiku/src/apps/mediaplayer/interface/
H A DSubtitleBitmap.cpp124 fBitmap->AddChild(fShadowTextView);
143 fBitmap->AddChild(fTextView);
/haiku/src/system/boot/loader/
H A Dpartitions.cpp239 Partition::AddChild() function in class:boot::Partition
242 TRACE(("%p Partition::AddChild %p\n", this, child));
504 Partition *child = partition->AddChild();
/haiku/src/apps/clock/
H A Dcl_view.cpp175 AddChild(dw);
186 fOffscreen->AddChild(fOffscreenView);
/haiku/src/apps/cortex/ParameterView/
H A DParameterWindow.cpp121 AddChild(menuBar);
323 AddChild(new ParameterContainerView(paramRect, m_parameters));
/haiku/src/apps/devices/
H A DResourceUsageWindow.cpp375 AddChild(background);
376 background->AddChild(tabView);
/haiku/src/apps/icon-o-matic/gui/
H A DSavePanel.cpp125 background->AddChild(fFormatMF);
136 background->AddChild(fSettingsB);
385 // fConfigWindow->AddChild(view);
/haiku/src/libs/print/libprint/
H A DJobSetupDlg.cpp343 fHalftoneBox->AddChild(halftoneGroup);
363 qualityBox->AddChild(qualityGrid);
371 //qualityBox->AddChild(qualityScroller);
388 pageRangeBox->AddChild(pageRangeGroup);
414 pageSelectionBox->AddChild(pageSelectionGroup);
417 AddChild(BGroupLayoutBuilder(B_VERTICAL, 0)
1027 AddChild(BGroupLayoutBuilder(B_VERTICAL, 0)

Completed in 128 milliseconds

<<11121314151617181920