Searched refs:border_style (Results 1 - 25 of 39) sorted by relevance

12

/haiku/headers/os/interface/
H A DSeparatorView.h17 border_style border = B_PLAIN_BORDER);
21 border_style border = B_FANCY_BORDER,
28 border_style border = B_FANCY_BORDER,
34 border_style border = B_FANCY_BORDER,
40 border_style border = B_FANCY_BORDER,
62 void SetBorderStyle(border_style border);
88 BAlignment alignment, border_style border);
99 border_style fBorder;
H A DScrollView.h21 border_style border = B_FANCY_BORDER);
24 bool vertical, border_style border
66 virtual void SetBorder(border_style border);
67 border_style Border() const;
110 BScrollBar* vertical, border_style border,
113 BScrollBar* vertical, border_style border,
115 static float _BorderSize(border_style border);
117 border_style border);
118 static void _InsetBorders(BRect& frame, border_style border,
124 border_style fBorde
[all...]
H A DBox.h18 border_style border = B_FANCY_BORDER);
22 border_style border = B_FANCY_BORDER,
24 BBox(border_style border, BView* child);
32 virtual void SetBorder(border_style border);
33 border_style Border() const;
96 border_style fStyle;
H A DTabView.h175 virtual void SetBorder(border_style borderStyle);
176 border_style Border() const;
221 border_style fBorderStyle;
H A DControlLook.h249 border_style borderStyle,
321 border_style borderStyle, uint32 flags = 0,
413 border_style borderStyle = B_FANCY_BORDER,
/haiku/src/apps/resedit/
H A DResListView.h17 border_style border);
H A DBitmapView.h21 const char *label = NULL, border_style = B_PLAIN_BORDER,
40 border_style Style(void) const { return fBorderStyle; }
41 virtual void SetStyle(border_style style);
78 border_style fBorderStyle;
H A DResListView.cpp11 border_style border)
/haiku/src/apps/icon-o-matic/generic/gui/panel/color_picker/
H A DColorField.h27 border_style border = B_FANCY_BORDER);
32 border_style border = B_FANCY_BORDER);
70 border_style border);
83 border_style fBorderStyle;
H A DColorSlider.h25 border_style border = B_FANCY_BORDER);
30 border_style border = B_FANCY_BORDER);
67 orientation dir, border_style border);
97 border_style fBorderStyle;
H A DAlphaSlider.h15 border_style border = B_FANCY_BORDER);
56 border_style fBorderStyle;
H A DColorPreview.h58 border_style fBorderStyle;
H A DColorField.cpp35 float fixedValue, orientation orient, border_style border)
47 orientation orient, border_style border)
390 orientation orient, border_style border)
H A DColorSlider.cpp36 float value1, float value2, orientation dir, border_style border)
46 float value1, float value2, orientation dir, border_style border)
407 orientation dir, border_style border)
/haiku/src/kits/interface/
H A DSeparatorView.cpp27 BSeparatorView::BSeparatorView(orientation orientation, border_style border)
37 orientation orientation, border_style border, const BAlignment& alignment)
46 orientation orientation, border_style border, const BAlignment& alignment)
55 orientation orientation, border_style border, const BAlignment& alignment)
64 orientation orientation, border_style border, const BAlignment& alignment)
105 fBorder = (border_style)borderStyle;
374 BSeparatorView::SetBorderStyle(border_style border)
449 orientation orientation, BAlignment alignment, border_style border)
H A DScrollView.cpp30 uint32 flags, bool horizontal, bool vertical, border_style border)
41 bool horizontal, bool vertical, border_style border)
58 (border_style)border : B_FANCY_BORDER;
467 BScrollView::SetBorder(border_style border)
526 border_style
917 BScrollBar* vertical, border_style border, uint32 borders)
953 BScrollBar* vertical, border_style border, uint32 borders)
963 BScrollView::_BorderSize(border_style border)
978 BScrollView::_ModifyFlags(uint32 flags, BView* target, border_style border)
996 BScrollView::_InsetBorders(BRect& frame, border_style borde
[all...]
H A DBox.cpp47 border_style border)
56 BBox::BBox(const char* name, uint32 flags, border_style border, BView* child)
68 BBox::BBox(border_style border, BView* child)
126 BBox::SetBorder(border_style border)
142 border_style
667 fStyle = (border_style)style;
/haiku/src/tests/kits/interface/layout/widget_layout_test/tests/
H A DBoxTest.cpp32 BorderStyleRadioButton(const char* label, border_style style)
38 border_style fBorderStyle;
/haiku/src/apps/debuganalyzer/gui/table/
H A DAbstractTable.h28 border_style borderStyle = B_NO_BORDER,
H A DTable.h113 border_style borderStyle = B_NO_BORDER,
117 border_style borderStyle = B_NO_BORDER,
H A DTreeTable.h163 border_style borderStyle = B_NO_BORDER,
167 border_style borderStyle = B_NO_BORDER,
H A DAbstractTable.cpp109 border_style borderStyle, bool showHorizontalScrollbar)
/haiku/headers/private/interface/
H A DColumnListView.h252 uint32 flags, border_style = B_NO_BORDER,
255 uint32 flags, border_style = B_NO_BORDER,
418 border_style fBorderStyle;
/haiku/src/tests/kits/interface/
H A DScrollViewTest.cpp37 const border_style border[] = {B_NO_BORDER, B_PLAIN_BORDER, B_FANCY_BORDER, B_FANCY_BORDER};
/haiku/src/add-ons/control_look/BeControlLook/
H A DBeControlLook.h110 border_style borderStyle,
219 border_style borderStyle = B_FANCY_BORDER,
248 border_style borderStyle, uint32 flags = 0,

Completed in 136 milliseconds

12