Searched refs:B_FOLLOW_RIGHT (Results 1 - 25 of 42) sorted by relevance

12

/haiku/src/kits/bluetooth/UI/
H A DConnectionView.cpp32 fDeviceText = new BStringView(frame, "", device, B_FOLLOW_RIGHT);
38 fAddressText = new BStringView(frame, "", address, B_FOLLOW_RIGHT);
/haiku/src/tests/servers/app/find_view/
H A DFindView.cpp67 B_FOLLOW_TOP_BOTTOM | B_FOLLOW_RIGHT, 0, 255, 0);
74 B_FOLLOW_TOP_BOTTOM | B_FOLLOW_RIGHT, 0, 0, 255);
/haiku/src/apps/resedit/
H A DMiscEditors.cpp115 B_FOLLOW_RIGHT | B_FOLLOW_BOTTOM);
124 B_FOLLOW_RIGHT | B_FOLLOW_BOTTOM);
140 fOK->SetResizingMode(B_FOLLOW_RIGHT);
141 fCancel->SetResizingMode(B_FOLLOW_RIGHT);
144 fOK->SetResizingMode(B_FOLLOW_RIGHT | B_FOLLOW_BOTTOM);
145 fCancel->SetResizingMode(B_FOLLOW_RIGHT | B_FOLLOW_BOTTOM);
H A DImageEditor.cpp74 B_FOLLOW_RIGHT | B_FOLLOW_BOTTOM);
86 B_FOLLOW_RIGHT | B_FOLLOW_BOTTOM);
/haiku/src/add-ons/kernel/file_systems/netfs/authentication_server/
H A DAuthenticationPanel.cpp35 B_FOLLOW_LEFT | B_FOLLOW_RIGHT);
38 B_FOLLOW_LEFT | B_FOLLOW_RIGHT);
42 NULL, B_FOLLOW_LEFT | B_FOLLOW_RIGHT);
142 B_FOLLOW_LEFT | B_FOLLOW_RIGHT);
147 B_FOLLOW_LEFT | B_FOLLOW_RIGHT);
/haiku/src/preferences/screen/
H A DRefreshWindow.cpp57 new BMessage(BUTTON_DONE_MSG), B_FOLLOW_RIGHT | B_FOLLOW_BOTTOM);
65 B_FOLLOW_RIGHT | B_FOLLOW_BOTTOM);
/haiku/src/preferences/notifications/
H A DGeneralView.cpp56 else if (notification_position == (B_FOLLOW_RIGHT | B_FOLLOW_BOTTOM))
60 else if (notification_position == (B_FOLLOW_RIGHT | B_FOLLOW_TOP))
116 B_FOLLOW_BOTTOM | B_FOLLOW_RIGHT, // Lower right
118 B_FOLLOW_TOP | B_FOLLOW_RIGHT, // Upper right
/haiku/src/tests/servers/app/newClipping/
H A Dmain.cpp125 layer = new Layer(f, "View", B_FOLLOW_RIGHT | B_FOLLOW_TOP,
147 layer = new Layer(f, "View", B_FOLLOW_RIGHT | B_FOLLOW_TOP_BOTTOM,
169 layer = new Layer(f, "View", B_FOLLOW_RIGHT | B_FOLLOW_BOTTOM,
281 B_FOLLOW_RIGHT | B_FOLLOW_TOP,
311 B_FOLLOW_RIGHT | B_FOLLOW_BOTTOM,
320 B_FOLLOW_RIGHT | B_FOLLOW_TOP,
/haiku/src/servers/notification/
H A DNotificationWindow.cpp63 && notification == (B_FOLLOW_RIGHT | B_FOLLOW_TOP))
66 && notification == (B_FOLLOW_RIGHT | B_FOLLOW_BOTTOM))
76 || notification == (B_FOLLOW_RIGHT | B_FOLLOW_TOP)))
80 || notification == (B_FOLLOW_RIGHT | B_FOLLOW_BOTTOM)))
360 } else if (position == (B_FOLLOW_RIGHT | B_FOLLOW_BOTTOM)) {
366 } else if (position == (B_FOLLOW_RIGHT | B_FOLLOW_TOP)) {
/haiku/src/apps/pulse/
H A DPrefsWindow.cpp75 new BMessage(PRV_BOTTOM_OK), B_FOLLOW_RIGHT | B_FOLLOW_BOTTOM);
83 B_FOLLOW_RIGHT | B_FOLLOW_BOTTOM);
H A DCPUButton.cpp81 B_FOLLOW_RIGHT | B_FOLLOW_BOTTOM);
/haiku/src/apps/expander/
H A DDirectoryFilePanel.cpp87 B_FOLLOW_RIGHT | B_FOLLOW_BOTTOM);
/haiku/src/tests/servers/app/view_transit/
H A DViewTransit.cpp127 View* view = new View(frame, "R", B_FOLLOW_TOP_BOTTOM | B_FOLLOW_RIGHT,
/haiku/src/apps/deskcalc/
H A DCalcWindow.cpp55 B_FOLLOW_RIGHT | B_FOLLOW_BOTTOM);
/haiku/src/tests/servers/app/copy_bits/
H A Dmain.cpp250 BView* child = new BView(b, "some child", B_FOLLOW_RIGHT | B_FOLLOW_BOTTOM, 0);
255 child = new BView(b, "some other child", B_FOLLOW_RIGHT | B_FOLLOW_BOTTOM, 0);
/haiku/src/apps/bootmanager/
H A DFileSelectionPage.cpp108 B_FOLLOW_RIGHT);
/haiku/src/tests/servers/app/following/
H A Dmain.cpp137 BView* view1 = new TestView(bounds, "test 2", B_FOLLOW_RIGHT | B_FOLLOW_BOTTOM,
/haiku/src/add-ons/translators/wonderbrush/
H A DWonderBrushView.cpp130 view->SetResizingMode(B_FOLLOW_RIGHT | B_FOLLOW_BOTTOM);
/haiku/src/tests/kits/interface/flatten_picture/
H A DPictureTestWindow.cpp67 "X", B_FOLLOW_LEFT | B_FOLLOW_RIGHT | B_FOLLOW_TOP);
/haiku/src/apps/overlayimage/
H A DOverlayView.cpp39 BDragger* dragger = new BDragger(frame, this, B_FOLLOW_RIGHT | B_FOLLOW_BOTTOM);
/haiku/src/tests/servers/app/newerClipping/
H A Dmain.cpp401 layer = new ViewLayer(f, "View", B_FOLLOW_RIGHT | B_FOLLOW_TOP,
423 layer = new ViewLayer(f, "View", B_FOLLOW_RIGHT | B_FOLLOW_TOP_BOTTOM,
446 // layer = new ViewLayer(f, "View", B_FOLLOW_RIGHT | B_FOLLOW_BOTTOM,
/haiku/src/servers/mail/
H A DErrorLogWindow.cpp147 BView(rect,"error",B_FOLLOW_LEFT | B_FOLLOW_RIGHT
/haiku/src/apps/terminal/
H A DSmartTabView.cpp60 fFullScreenButton->SetResizingMode(B_FOLLOW_TOP | B_FOLLOW_RIGHT);
/haiku/src/apps/soundrecorder/
H A DRecorderWindow.cpp326 fSaveButton->SetResizingMode(B_FOLLOW_RIGHT | B_FOLLOW_TOP);
334 fLoopButton->SetResizingMode(B_FOLLOW_RIGHT | B_FOLLOW_TOP);
342 speakerView->SetResizingMode(B_FOLLOW_RIGHT | B_FOLLOW_TOP);
349 fVolumeSlider->SetResizingMode(B_FOLLOW_RIGHT | B_FOLLOW_TOP);
356 fUpDownButton->SetResizingMode(B_FOLLOW_RIGHT | B_FOLLOW_TOP);
/haiku/src/bin/desklink/
H A DVolumeControl.cpp56 B_FOLLOW_RIGHT | B_FOLLOW_BOTTOM);

Completed in 223 milliseconds

12