Searched refs:B_PLAIN_BORDER (Results 1 - 25 of 54) sorted by relevance

123

/haiku/src/tests/kits/interface/
H A DScrollViewSetBorderTest.cpp61 fScrollView->SetBorder(B_PLAIN_BORDER);
62 fScrollView2->SetBorder(B_PLAIN_BORDER);
H A DScrollViewTest.cpp37 const border_style border[] = {B_NO_BORDER, B_PLAIN_BORDER, B_FANCY_BORDER, B_FANCY_BORDER};
92 scroller->SetBorder(B_PLAIN_BORDER);
/haiku/src/preferences/joysticks/
H A DMessageWin.cpp23 fBox = new BBox(Bounds(), "", B_FOLLOW_ALL, B_WILL_DRAW, B_PLAIN_BORDER);
/haiku/src/apps/resedit/
H A DBitmapView.h21 const char *label = NULL, border_style = B_PLAIN_BORDER,
H A DImageEditor.cpp64 NULL, B_PLAIN_BORDER, B_FOLLOW_NONE,
/haiku/src/bin/desklink/
H A DVolumeWindow.cpp40 box->SetBorder(B_PLAIN_BORDER);
/haiku/headers/os/interface/
H A DSeparatorView.h17 border_style border = B_PLAIN_BORDER);
/haiku/src/kits/shared/
H A DBarberPole.cpp226 ui_color(B_PANEL_BACKGROUND_COLOR), B_PLAIN_BORDER);
246 ui_color(B_PANEL_BACKGROUND_COLOR), B_PLAIN_BORDER);
H A DToolBar.cpp152 AddView(new BSeparatorView(ont, B_PLAIN_BORDER));
/haiku/src/apps/icon-o-matic/generic/gui/scrollview/
H A DScrollView.cpp348 if (fBorderStyle == B_PLAIN_BORDER) {
364 if (fBorderStyle == B_PLAIN_BORDER)
895 case B_PLAIN_BORDER:
987 case B_PLAIN_BORDER:
/haiku/src/tests/kits/interface/bshelf/
H A DShelfTest.cpp135 BView *parent = new BBox(b, "parent", B_FOLLOW_ALL, B_WILL_DRAW | B_FRAME_EVENTS, B_PLAIN_BORDER);
/haiku/src/add-ons/tracker/zipomatic/
H A DZipOMaticActivity.cpp170 ui_color(B_PANEL_BACKGROUND_COLOR), B_PLAIN_BORDER);
/haiku/src/tests/kits/interface/layout/widget_layout_test/tests/
H A DBoxTest.cpp115 button = new BorderStyleRadioButton("plain border", B_PLAIN_BORDER);
/haiku/src/preferences/sounds/
H A DHEventList.cpp60 BColumnListView(name, B_NAVIGABLE, B_PLAIN_BORDER, true),
/haiku/src/kits/interface/
H A DBox.cpp249 case B_PLAIN_BORDER:
327 int32 borderSize = fStyle == B_PLAIN_BORDER ? 0 : 2;
665 fStyle = fancy ? B_FANCY_BORDER : B_PLAIN_BORDER;
789 case B_PLAIN_BORDER:
/haiku/src/apps/packageinstaller/
H A DUninstallView.cpp318 .Add(new BSeparatorView(B_HORIZONTAL, B_PLAIN_BORDER))
330 .Add(new BSeparatorView(B_HORIZONTAL, B_PLAIN_BORDER))
/haiku/src/apps/haikudepot/ui/
H A DUserUsageConditionsWindow.cpp72 0, false, true, B_PLAIN_BORDER);
124 0, false, true, B_PLAIN_BORDER);
/haiku/src/apps/mediaplayer/settings/
H A DSettingsWindow.cpp52 BBox* settingsBox = new BBox(B_PLAIN_BORDER, NULL);
55 BBox* buttonBox = new BBox(B_PLAIN_BORDER, NULL);
/haiku/src/apps/webpositive/
H A DAuthenticationPanel.cpp151 .Add(new BSeparatorView(B_HORIZONTAL, B_PLAIN_BORDER))
/haiku/src/add-ons/kernel/file_systems/netfs/authentication_server/
H A DAuthenticationPanel.cpp161 B_PLAIN_BORDER);
/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),
/haiku/src/kits/tracker/
H A DNavigator.cpp132 B_PLAIN_BORDER, flags, BControlLook::B_BOTTOM_BORDER);
H A DCountView.cpp208 color, B_PLAIN_BORDER, 0,
H A DDraggableContainerIcon.cpp205 be_control_look->DrawBorder(this, rect, updateRect, base, B_PLAIN_BORDER,
/haiku/src/apps/musiccollection/
H A DMusicCollectionWindow.cpp220 true, true, B_PLAIN_BORDER);

Completed in 408 milliseconds

123