Searched refs:B_FOLLOW_NONE (Results 51 - 75 of 112) sorted by relevance

12345

/haiku/src/apps/pulse/
H A DCPUButton.cpp34 : BControl(rect, name, label, message, B_FOLLOW_NONE, B_WILL_DRAW)
H A DProgressBar.cpp16 ProgressBar::ProgressBar(BRect r, char *name) : BView(r, name, B_FOLLOW_NONE,
H A DConfigView.cpp58 : BBox(rect, name, B_FOLLOW_NONE, B_WILL_DRAW),
/haiku/src/preferences/notifications/
H A DGeneralView.cpp54 if (notification_position == B_FOLLOW_NONE)
/haiku/src/apps/cortex/DormantNodeView/
H A DDormantNodeListItem.cpp226 BView *dragView = new BView(dragBitmap->Bounds(), "", B_FOLLOW_NONE, 0);
/haiku/src/preferences/appearance/
H A DCurView.cpp411 : BBox(BRect(0,0,75,75).OffsetToCopy(pt),"bitmapview",B_FOLLOW_NONE,B_WILL_DRAW, B_PLAIN_BORDER),
H A DColorPreview.cpp245 BView* view = new BView(rect, "", B_FOLLOW_NONE, B_WILL_DRAW);
/haiku/src/apps/terminal/
H A DColorPreview.cpp245 BView* view = new BView(rect, "", B_FOLLOW_NONE, B_WILL_DRAW);
/haiku/src/apps/deskbar/
H A DBarMenuBar.cpp107 BMenuBar(frame, name, B_FOLLOW_NONE, B_ITEMS_IN_ROW, false),
/haiku/src/kits/tracker/
H A DDraggableContainerIcon.cpp132 BView* view = new BView(dragBitmap->Bounds(), "", B_FOLLOW_NONE, 0);
H A DBackgroundImage.cpp371 destinationBitmapBounds, B_FOLLOW_NONE, 0);
H A DThumbnails.cpp94 BView view(dest.Bounds(), "", B_FOLLOW_NONE, B_WILL_DRAW);
/haiku/src/bin/network/ppp_up/
H A DConnectionView.cpp55 : BView(rect, "ConnectionView", B_FOLLOW_NONE, 0),
/haiku/src/add-ons/network_settings/dialup/
H A DPPPoEAddon.cpp232 : BView(frame, "PPPoEView", B_FOLLOW_NONE, 0),
/haiku/src/apps/powerstatus/
H A DExtendedInfoWindow.cpp361 batteryRect, B_FOLLOW_NONE, i, batteryInfoView, this);
/haiku/src/apps/deskcalc/
H A DExpressionTextView.cpp32 B_FOLLOW_NONE, B_WILL_DRAW),
/haiku/src/apps/icon-o-matic/generic/gui/
H A DIconButton.cpp32 : BView(BRect(0.0, 0.0, 10.0, 10.0), name, B_FOLLOW_NONE, B_WILL_DRAW),
417 B_FOLLOW_NONE, B_WILL_DRAW);
584 B_FOLLOW_NONE, B_WILL_DRAW);
/haiku/src/apps/remotedesktop/
H A DRemoteView.cpp59 BView(frame, "RemoteView", B_FOLLOW_NONE, B_WILL_DRAW),
134 B_FOLLOW_NONE, B_WILL_DRAW);
383 "offscreen remote view", B_FOLLOW_NONE, B_WILL_DRAW);
/haiku/src/libs/glut/
H A DglutWindow.cpp76 nparent != NULL ? B_FOLLOW_NONE : B_FOLLOW_ALL_SIDES,
/haiku/src/tests/servers/app/painter/
H A Dmain.cpp359 BView* view = new BView(bounds, NULL, B_FOLLOW_NONE, B_WILL_DRAW);
/haiku/src/preferences/locale/
H A DLanguageListView.cpp363 BView* view = new BView(dragBitmap->Bounds(), "helper", B_FOLLOW_NONE,
/haiku/src/apps/webpositive/autocompletion/
H A DAutoCompleterDefaultImpl.cpp381 scrollView = new BScrollView("", fListView, B_FOLLOW_NONE, 0, false, true, B_NO_BORDER);
/haiku/src/preferences/input/
H A DInputTouchpadPrefView.cpp45 BView(frame, "TouchpadView", B_FOLLOW_NONE, B_WILL_DRAW)
/haiku/src/preferences/screensaver/
H A DScreenSaverWindow.cpp346 new BMessage(kMsgFadeCornerChanged), B_FOLLOW_NONE);
356 new BMessage(kMsgNeverFadeCornerChanged), B_FOLLOW_NONE);
/haiku/src/kits/shared/
H A DIconButton.cpp454 B_FOLLOW_NONE, B_WILL_DRAW);
670 B_FOLLOW_NONE, B_WILL_DRAW);

Completed in 567 milliseconds

12345