Searched refs:B_FOLLOW_NONE (Results 1 - 25 of 112) sorted by relevance

12345

/haiku/src/apps/icon-o-matic/generic/gui/popup_control/
H A DPopupView.cpp17 B_FOLLOW_NONE, B_WILL_DRAW),
/haiku/headers/private/notification/
H A DNotifications.h14 #define B_FOLLOW_DESKBAR B_FOLLOW_NONE
/haiku/src/bin/screen_blanker/
H A DPasswordWindow.cpp42 BBox *customBox = new BBox(bounds, "customBox", B_FOLLOW_NONE);
49 NULL, B_FOLLOW_NONE);
58 new BMessage(kMsgUnlock), B_FOLLOW_NONE);
/haiku/src/tests/kits/interface/layout/widget_layout_test/tests/
H A DMenuTest.cpp14 : BMenu(BRect(), title, B_FOLLOW_NONE,
/haiku/src/apps/deskbar/
H A DStatusViewShelf.cpp114 if (view->ResizingMode() != B_FOLLOW_NONE)
115 view->SetResizingMode(B_FOLLOW_NONE);
/haiku/src/tests/servers/app/newClipping/
H A Dmain.cpp92 WinBorder* window = new WinBorder(frame, name, B_FOLLOW_NONE, B_FULL_UPDATE_ON_RESIZE,
241 // = new Layer(BRect(20,20,300,220), "lay1", B_FOLLOW_NONE, 0, c);
242 // = new WinBorder(BRect(20,20,300,220), "lay1", B_FOLLOW_NONE, 0, c);
245 WinBorder *wb1 = new WinBorder(BRect(20,20,300,220), "wb1", B_FOLLOW_NONE, B_FULL_UPDATE_ON_RESIZE, c);
255 B_FOLLOW_NONE,
272 // B_FOLLOW_NONE,
291 // B_FOLLOW_NONE,
337 WinBorder *wb2 = new WinBorder(BRect(280,120,600,420), "wb2", B_FOLLOW_NONE, B_FULL_UPDATE_ON_RESIZE, c);
339 Layer *lay21 = new Layer(wb2->Bounds().OffsetToCopy(0,0), "lay21", B_FOLLOW_NONE, 0, c);
346 B_FOLLOW_NONE,
[all...]
/haiku/src/tests/servers/app/painter/
H A DBitmapView.cpp12 : BView(frame, name, B_FOLLOW_NONE, B_WILL_DRAW | B_FULL_UPDATE_ON_RESIZE),
/haiku/src/tests/kits/interface/
H A DCheckBoxTest.cpp31 : BView(rect, NULL, B_FOLLOW_NONE, B_WILL_DRAW)
82 BView *view = new BView(rect.InsetByCopy(-15, -15), NULL, B_FOLLOW_NONE, B_WILL_DRAW);
126 view = new BView(rect.InsetByCopy(-15, -15), NULL, B_FOLLOW_NONE, B_WILL_DRAW);
/haiku/src/bin/network/ppp_up/
H A DPPPDeskbarReplicant.cpp28 : BView(BRect(0, 0, 15, 15), "PPPDeskbarReplicant", B_FOLLOW_NONE, 0),
36 : BView(BRect(0, 0, 15, 15), "PPPDeskbarReplicant", B_FOLLOW_NONE, 0)
/haiku/src/tests/servers/app/resize_limits/
H A DResizeLimits.cpp15 : BView(frame, NULL, B_FOLLOW_NONE, B_FRAME_EVENTS)
/haiku/src/add-ons/screen_savers/glife/
H A DGLifeSaver.cpp79 "GLifeView", B_FOLLOW_NONE, BGL_RGB | BGL_DEPTH | BGL_DOUBLE,
/haiku/src/add-ons/screen_savers/gravity/
H A DGravityView.cpp24 BGLView(frame, B_EMPTY_STRING, B_FOLLOW_NONE, 0,
/haiku/src/preferences/joysticks/
H A DMessageWin.cpp33 fText = new BTextView(outside, "message", insider, B_FOLLOW_NONE, B_WILL_DRAW);
H A DCalibWin.cpp55 fView = new BView(Bounds(),"View3", B_FOLLOW_NONE,B_WILL_DRAW);
/haiku/src/tests/kits/opengl/glinfo/
H A DOpenGLView.cpp40 BGLView* glView = new BGLView(BRect(0, 0, 1, 1), "gl info", B_FOLLOW_NONE, 0,
/haiku/src/kits/interface/
H A DZombieReplicantView.cpp34 BBox(frame, "<Zombie>", B_FOLLOW_NONE, B_WILL_DRAW),
/haiku/src/apps/packageinstaller/
H A DPackageImageViewer.cpp26 BView(BRect(0, 0, 1, 1), "image_view", B_FOLLOW_NONE, B_WILL_DRAW),
/haiku/src/apps/login/
H A DDesktopWindow.cpp37 BView *desktop = new BView(Bounds(), "desktop", B_FOLLOW_NONE, 0);
/haiku/src/tests/kits/media/
H A DVideoDecoder.cpp34 : BView(BRect(0, 0, width, height), "Video", B_FOLLOW_NONE,
/haiku/src/apps/musiccollection/
H A DMusicFileListView.h63 BView* bitmapView = new BView(rect, "bitmap", B_FOLLOW_NONE,
/haiku/src/tests/kits/interface/layout/widget_layout_test/
H A DViewContainer.cpp19 : BView(frame, "view container", B_FOLLOW_NONE, B_WILL_DRAW),
/haiku/headers/os/interface/
H A DDragger.h27 uint32 resizingMode = B_FOLLOW_NONE,
/haiku/src/apps/diskusage/
H A DInfoWindow.cpp38 BView(frame, NULL, B_FOLLOW_NONE, B_WILL_DRAW),
153 B_FOLLOW_NONE, B_WILL_DRAW);
/haiku/src/add-ons/translators/raw/
H A Dmain.cpp125 B_WILL_DRAW, B_FOLLOW_NONE);
/haiku/src/apps/cortex/TipManager/
H A DTipView.cpp61 B_FOLLOW_NONE,

Completed in 143 milliseconds

12345