Searched refs:B_PLAIN_BORDER (Results 26 - 50 of 54) sorted by path

123

/haiku/src/apps/icon-o-matic/
H A DMainWindow.cpp1166 B_FOLLOW_NONE, B_WILL_DRAW | B_FRAME_EVENTS, B_PLAIN_BORDER,
/haiku/src/apps/installer/
H A DInstallerWindow.cpp282 .Add(new BSeparatorView(B_HORIZONTAL, 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/musiccollection/
H A DMusicCollectionWindow.cpp220 true, true, B_PLAIN_BORDER);
/haiku/src/apps/showimage/
H A DShowImageWindow.cpp229 false, false, B_PLAIN_BORDER);
/haiku/src/apps/stylededit/
H A DStyledEditWindow.cpp1172 true, true, B_PLAIN_BORDER);
/haiku/src/apps/webpositive/
H A DBrowserWindow.cpp575 .Add(new BSeparatorView(B_HORIZONTAL, B_PLAIN_BORDER))
598 .Add(new BSeparatorView(B_HORIZONTAL, B_PLAIN_BORDER))
603 .Add(new BSeparatorView(B_HORIZONTAL, B_PLAIN_BORDER))
H A DDownloadWindow.cpp172 .Add(new BSeparatorView(B_HORIZONTAL, B_PLAIN_BORDER))
H A DSettingsWindow.cpp422 .Add(new BSeparatorView(B_HORIZONTAL, B_PLAIN_BORDER))
H A DURLInputGroup.cpp658 AddChild(new BSeparatorView(B_VERTICAL, B_PLAIN_BORDER));
/haiku/src/kits/interface/
H A DAboutWindow.cpp191 false, true, B_PLAIN_BORDER);
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:
H A DColumnListView.cpp1121 if (fBorderStyle == B_PLAIN_BORDER)
2165 if (fBorderStyle == B_PLAIN_BORDER) {
2300 if (fBorderStyle == B_PLAIN_BORDER || fBorderStyle == B_NO_BORDER) {
H A DHaikuControlLook.cpp1621 // draw tab frame wider to align B_PLAIN_BORDER with it
1622 if (borderStyle == B_PLAIN_BORDER)
1631 // draw tab frame wider to align B_PLAIN_BORDER with it
1632 if (borderStyle == B_PLAIN_BORDER)
H A DMenuBar.cpp287 B_PLAIN_BORDER, flags, BControlLook::B_BOTTOM_BORDER);
H A DScrollView.cpp963 if (border == B_PLAIN_BORDER)
H A DSeparatorView.cpp472 case B_PLAIN_BORDER:
H A DTabView.cpp981 else if (fBorderStyle == B_PLAIN_BORDER) {
982 be_control_look->DrawBorder(this, rect, rect, base, B_PLAIN_BORDER,
1452 case B_PLAIN_BORDER:
1473 case 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);
/haiku/src/kits/tracker/
H A DCountView.cpp208 color, B_PLAIN_BORDER, 0,
H A DDraggableContainerIcon.cpp205 be_control_look->DrawBorder(this, rect, updateRect, base, B_PLAIN_BORDER,
H A DFindPanel.cpp855 .Add(new BSeparatorView(B_HORIZONTAL, B_PLAIN_BORDER))
H A DNavigator.cpp132 B_PLAIN_BORDER, flags, BControlLook::B_BOTTOM_BORDER);
H A DTextWidget.cpp508 false, false, B_PLAIN_BORDER);
/haiku/src/kits/tracker/infowindow/
H A DAttributesView.cpp29 fListView(new BColumnListView("attrs", 0, B_PLAIN_BORDER, false))

Completed in 323 milliseconds

123