Searched refs:B_FANCY_BORDER (Results 26 - 50 of 67) sorted by relevance

123

/haiku/src/tests/kits/interface/look/
H A DLook.cpp159 BBox* box = new BBox(B_FANCY_BORDER, NULL);
283 B_FANCY_BORDER);
/haiku/src/kits/interface/
H A DSeparatorView.cpp80 fBorder(B_FANCY_BORDER)
475 case B_FANCY_BORDER:
/haiku/src/apps/showimage/
H A DPrintOptionsWindow.cpp168 B_FANCY_BORDER);
/haiku/src/tests/kits/interface/pictureprint/
H A DPreview.cpp238 fPreviewScroller = new BScrollView("PreviewScroller", fPreview, B_FOLLOW_ALL, 0, true, true, B_FANCY_BORDER);
/haiku/src/preferences/time/
H A DDateTimeView.cpp192 B_WILL_DRAW | B_FRAME_EVENTS, B_FANCY_BORDER);
/haiku/src/apps/debugger/user_interface/gui/team_window/
H A DImageListView.cpp302 fImagesTable = new Table("images list", 0, B_FANCY_BORDER);
H A DThreadListView.cpp366 fThreadsTable = new Table("threads list", 0, B_FANCY_BORDER);
H A DBreakpointListView.cpp455 fBreakpointsTable = new Table("breakpoints list", 0, B_FANCY_BORDER);
H A DRegistersView.cpp390 fRegisterTable = new Table("register list", 0, B_FANCY_BORDER);
/haiku/src/apps/icon-o-matic/generic/gui/scrollview/
H A DScrollView.cpp898 case B_FANCY_BORDER:
999 case B_FANCY_BORDER:
/haiku/src/apps/icon-o-matic/generic/gui/panel/color_picker/
H A DColorSlider.cpp149 if (fBorderStyle == B_FANCY_BORDER) {
450 if (fBorderStyle == B_FANCY_BORDER)
/haiku/src/apps/resedit/
H A DBitmapView.cpp293 if (fBorderStyle == B_FANCY_BORDER) {
401 uint8 borderwidth = (fBorderStyle == B_FANCY_BORDER) ? 5 : 1;
H A DResView.cpp73 fListView = new ResListView(r, "gridview", B_FOLLOW_ALL, B_WILL_DRAW, B_FANCY_BORDER);
/haiku/src/tests/servers/app/playground/
H A DObjectWindow.cpp176 B_FOLLOW_LEFT | B_FOLLOW_TOP_BOTTOM, B_WILL_DRAW, B_FANCY_BORDER);
337 B_FOLLOW_NONE, 0, false, true, B_FANCY_BORDER);
/haiku/src/preferences/media/
H A DMediaWindow.cpp391 fListView, 0, false, false, B_FANCY_BORDER);
394 fTitleView = new BSeparatorView(B_HORIZONTAL, B_FANCY_BORDER);
/haiku/src/apps/debugger/user_interface/gui/team_settings_window/
H A DSignalsConfigView.cpp368 B_WILL_DRAW, B_FANCY_BORDER))
/haiku/src/preferences/notifications/
H A DNotificationsView.cpp77 0, B_FANCY_BORDER, false);
/haiku/src/apps/webpositive/
H A DCookieWindow.cpp123 fCookies = new BColumnListView("cookie list", B_WILL_DRAW, B_FANCY_BORDER,
/haiku/headers/os/interface/
H A DInterfaceDefs.h183 B_FANCY_BORDER, enumerator in enum:border_style
/haiku/src/apps/mediaconverter/
H A DMediaConverterWindow.cpp174 fSourcesBox = new BBox(B_FANCY_BORDER, scroller);
182 fInfoBox = new BBox(B_FANCY_BORDER, fInfoView);
250 fOutputBox = new OutputBox(B_FANCY_BORDER, outputGrid);
/haiku/src/preferences/filetypes/
H A DAttributeWindow.cpp240 .Add(visibleBox = new BBox(B_FANCY_BORDER,
/haiku/src/add-ons/translators/gif/
H A DGIFView.cpp135 fTransparentBox = new BBox(B_FANCY_BORDER,
/haiku/src/preferences/datatranslations/
H A DDataTranslationsWindow.cpp245 true, B_FANCY_BORDER);
/haiku/src/apps/screenshot/
H A DScreenshotWindow.cpp191 BBox* divider = new BBox(B_FANCY_BORDER, NULL);
201 BBox* previewBox = new BBox(B_FANCY_BORDER, fPreview);
/haiku/src/apps/mail/
H A DPrefs.cpp154 BBox* interfaceBox = new BBox(B_FANCY_BORDER, interfaceView);
156 BBox* mailBox = new BBox(B_FANCY_BORDER, mailView);

Completed in 208 milliseconds

123