Searched refs:B_FOLLOW_ALL (Results 1 - 25 of 180) sorted by relevance

12345678

/haiku/src/apps/poorman/
H A DPoorManView.cpp13 : BView(rect, name, B_FOLLOW_ALL, B_WILL_DRAW)
/haiku/src/add-ons/translators/pcx/
H A DConfigView.h14 ConfigView(const BRect &frame, uint32 resize = B_FOLLOW_ALL,
/haiku/src/add-ons/translators/rtf/
H A DConfigView.h14 ConfigView(const BRect &frame, uint32 resize = B_FOLLOW_ALL,
/haiku/src/apps/powerstatus/
H A DPowerStatusWindow.cpp22 BView* topView = new BView(Bounds(), NULL, B_FOLLOW_ALL, B_WILL_DRAW);
26 topView->AddChild(new PowerStatusReplicant(Bounds(), B_FOLLOW_ALL));
/haiku/src/apps/networkstatus/
H A DNetworkStatusWindow.cpp26 BView* topView = new BView(Bounds(), NULL, B_FOLLOW_ALL, B_WILL_DRAW);
33 B_FOLLOW_ALL));
/haiku/src/apps/terminal/
H A DTermScrollView.h15 uint32 resizingMode = B_FOLLOW_ALL);
/haiku/src/tests/servers/app/textview/
H A Dmain.cpp10 B_FOLLOW_ALL, B_WILL_DRAW);
/haiku/src/tests/kits/interface/bprintjob/
H A DPrintTestView.cpp4 : Inherited(frame, "", B_FOLLOW_ALL, B_WILL_DRAW | B_FULL_UPDATE_ON_RESIZE)
/haiku/src/apps/overlayimage/
H A DOverlayWindow.cpp34 BView* bgView = new BView(Bounds(), "bgView", B_FOLLOW_ALL, B_WILL_DRAW);
/haiku/src/tests/kits/interface/
H A DScrollViewTest.cpp48 resizingMode = B_FOLLOW_ALL;
57 BView *view = new BView(frame, "main view", B_FOLLOW_ALL, B_WILL_DRAW);
60 "inner", B_FOLLOW_ALL, B_WILL_DRAW);
143 BView *view = new BView(frame, "main view", B_FOLLOW_ALL, B_WILL_DRAW);
144 BScrollView *scroller = new BScrollView("scroller", view, B_FOLLOW_ALL, 0, horiz, vert);
149 BView *outer = new BView(frame, "main view", B_FOLLOW_ALL, B_WILL_DRAW);
152 "inner", B_FOLLOW_ALL, B_WILL_DRAW);
H A DScrollViewSetBorderTest.cpp26 BView* view2 = new BView(BRect(0, 0, 200, 200), "", B_FOLLOW_ALL,
30 fScrollView2 = new BScrollView("ohne", view2, B_FOLLOW_ALL,
/haiku/src/tests/servers/app/newerClipping/drawing/
H A DDrawView.cpp12 : BView(frame, "desktop", B_FOLLOW_ALL, 0),
/haiku/src/apps/resedit/
H A DResWindow.cpp22 fView = new ResView(Bounds(), "resview", B_FOLLOW_ALL, B_WILL_DRAW, ref);
/haiku/src/tests/apps/terminal_replicant/
H A Dmain.cpp75 termView->SetResizingMode(B_FOLLOW_ALL);
78 B_FOLLOW_ALL, B_WILL_DRAW, false, true);
/haiku/src/tests/servers/app/scrollbar/
H A Dmain.cpp11 : BView(frame, "target view", B_FOLLOW_ALL,
72 B_FOLLOW_ALL, 0, false, true, B_NO_BORDER);
/haiku/src/tests/servers/app/newClipping/
H A Dmain.cpp70 fView = new MyView(Bounds(), "emu", B_FOLLOW_ALL, B_WILL_DRAW);
100 Layer* layer1 = new Layer(frame, "View 1", B_FOLLOW_ALL,
141 layer = new Layer(f, "View", B_FOLLOW_ALL,
248 Layer *lay1 = new Layer(BRect(0,0,280,200), "lay1", B_FOLLOW_ALL, 0, c);
354 lay1 = new Layer(BRect(0,0,280,200), "lay1", B_FOLLOW_ALL, 0, c);
360 lay1 = new Layer(BRect(0,0,280,200), "lay1", B_FOLLOW_ALL, 0, c);
366 lay1 = new Layer(BRect(0,0,280,200), "lay1", B_FOLLOW_ALL, 0, c);
372 lay1 = new Layer(BRect(0,0,280,200), "lay1", B_FOLLOW_ALL, 0, c);
378 lay1 = new Layer(BRect(0,0,280,200), "lay1", B_FOLLOW_ALL, 0, c);
384 lay1 = new Layer(BRect(0,0,280,200), "lay1", B_FOLLOW_ALL,
[all...]
/haiku/src/apps/bootmanager/
H A DUninstallPage.cpp28 WizardPageView(settings, frame, name, B_FOLLOW_ALL,
H A DWizardPageView.h22 uint32 resizingMode = B_FOLLOW_ALL,
/haiku/src/bin/desklink/
H A DDeskButton.h20 BList& actionList, uint32 resizeMask = B_FOLLOW_ALL,
/haiku/src/tests/kits/translation/multitest/
H A DWorkView.cpp15 : BView(rect, "Work View", B_FOLLOW_ALL, B_WILL_DRAW | B_PULSE_NEEDED)
/haiku/src/tests/servers/app/benchmark/
H A DTestWindow.cpp13 BView(frame, "test view", B_FOLLOW_ALL, B_WILL_DRAW),
/haiku/src/tests/servers/app/pulsed_drawing/
H A Dmain.cpp13 BView(frame, "pulsed view", B_FOLLOW_ALL, B_WILL_DRAW)
/haiku/src/tests/servers/app/text_rendering/
H A Dmain.cpp9 : BView(bounds, "test", B_FOLLOW_ALL, B_WILL_DRAW)
/haiku/src/kits/bluetooth/UI/
H A DBluetoothIconView.cpp20 BView(BRect(0, 0, 80, 80), "", B_FOLLOW_ALL, B_WILL_DRAW)
/haiku/src/tests/servers/app/statusbar/
H A Dmain.cpp26 BView* background = new BView(frame, "bg", B_FOLLOW_ALL, 0);
33 fStatusBar->SetResizingMode(B_FOLLOW_ALL);

Completed in 89 milliseconds

12345678