Home
last modified time | relevance | path

Searched refs:B_FOLLOW_RIGHT (Results 1 – 25 of 44) sorted by relevance

12

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

12