Symbol: border_style
headers/os/interface/Box.h
18
border_style border = B_FANCY_BORDER);
headers/os/interface/Box.h
22
border_style border = B_FANCY_BORDER,
headers/os/interface/Box.h
24
BBox(border_style border, BView* child);
headers/os/interface/Box.h
32
virtual void SetBorder(border_style border);
headers/os/interface/Box.h
33
border_style Border() const;
headers/os/interface/Box.h
96
border_style fStyle;
headers/os/interface/ControlLook.h
249
border_style borderStyle,
headers/os/interface/ControlLook.h
321
border_style borderStyle, uint32 flags = 0,
headers/os/interface/ControlLook.h
413
border_style borderStyle = B_FANCY_BORDER,
headers/os/interface/ScrollView.h
110
BScrollBar* vertical, border_style border,
headers/os/interface/ScrollView.h
113
BScrollBar* vertical, border_style border,
headers/os/interface/ScrollView.h
115
static float _BorderSize(border_style border);
headers/os/interface/ScrollView.h
117
border_style border);
headers/os/interface/ScrollView.h
118
static void _InsetBorders(BRect& frame, border_style border,
headers/os/interface/ScrollView.h
124
border_style fBorder;
headers/os/interface/ScrollView.h
21
border_style border = B_FANCY_BORDER);
headers/os/interface/ScrollView.h
24
bool vertical, border_style border
headers/os/interface/ScrollView.h
66
virtual void SetBorder(border_style border);
headers/os/interface/ScrollView.h
67
border_style Border() const;
headers/os/interface/SeparatorView.h
17
border_style border = B_PLAIN_BORDER);
headers/os/interface/SeparatorView.h
21
border_style border = B_FANCY_BORDER,
headers/os/interface/SeparatorView.h
28
border_style border = B_FANCY_BORDER,
headers/os/interface/SeparatorView.h
34
border_style border = B_FANCY_BORDER,
headers/os/interface/SeparatorView.h
40
border_style border = B_FANCY_BORDER,
headers/os/interface/SeparatorView.h
62
void SetBorderStyle(border_style border);
headers/os/interface/SeparatorView.h
88
BAlignment alignment, border_style border);
headers/os/interface/SeparatorView.h
99
border_style fBorder;
headers/os/interface/TabView.h
180
virtual void SetBorder(border_style borderStyle);
headers/os/interface/TabView.h
181
border_style Border() const;
headers/os/interface/TabView.h
226
border_style fBorderStyle;
headers/private/interface/ColumnListView.h
252
uint32 flags, border_style = B_NO_BORDER,
headers/private/interface/ColumnListView.h
255
uint32 flags, border_style = B_NO_BORDER,
headers/private/interface/ColumnListView.h
421
border_style fBorderStyle;
headers/private/interface/HaikuControlLook.h
187
border_style borderStyle,
headers/private/interface/HaikuControlLook.h
236
border_style borderStyle = B_FANCY_BORDER,
headers/private/interface/HaikuControlLook.h
265
border_style borderStyle, uint32 flags = 0,
src/add-ons/control_look/BeControlLook/BeControlLook.cpp
1353
border_style borderStyle, uint32 side)
src/add-ons/control_look/BeControlLook/BeControlLook.cpp
1943
const rgb_color& base, border_style borderStyle, uint32 flags,
src/add-ons/control_look/BeControlLook/BeControlLook.cpp
719
border_style borderStyle, uint32 flags, uint32 _borders)
src/add-ons/control_look/BeControlLook/BeControlLook.h
110
border_style borderStyle,
src/add-ons/control_look/BeControlLook/BeControlLook.h
219
border_style borderStyle = B_FANCY_BORDER,
src/add-ons/control_look/BeControlLook/BeControlLook.h
248
border_style borderStyle, uint32 flags = 0,
src/add-ons/control_look/FlatControlLook/FlatControlLook.cpp
1304
const rgb_color& base, border_style borderStyle, uint32 flags,
src/add-ons/control_look/FlatControlLook/FlatControlLook.cpp
636
border_style borderStyle, uint32 flags, uint32 _borders)
src/add-ons/control_look/FlatControlLook/FlatControlLook.h
112
border_style borderStyle,
src/add-ons/control_look/FlatControlLook/FlatControlLook.h
222
const rgb_color& base, border_style borderStyle, uint32 flags,
src/apps/debuganalyzer/gui/table/AbstractTable.cpp
109
border_style borderStyle, bool showHorizontalScrollbar)
src/apps/debuganalyzer/gui/table/AbstractTable.h
28
border_style borderStyle = B_NO_BORDER,
src/apps/debuganalyzer/gui/table/Table.cpp
378
Table::Table(const char* name, uint32 flags, border_style borderStyle,
src/apps/debuganalyzer/gui/table/Table.cpp
391
border_style borderStyle, bool showHorizontalScrollbar)
src/apps/debuganalyzer/gui/table/Table.h
113
border_style borderStyle = B_NO_BORDER,
src/apps/debuganalyzer/gui/table/Table.h
117
border_style borderStyle = B_NO_BORDER,
src/apps/debuganalyzer/gui/table/TreeTable.cpp
673
TreeTable::TreeTable(const char* name, uint32 flags, border_style borderStyle,
src/apps/debuganalyzer/gui/table/TreeTable.cpp
687
border_style borderStyle, bool showHorizontalScrollbar)
src/apps/debuganalyzer/gui/table/TreeTable.h
163
border_style borderStyle = B_NO_BORDER,
src/apps/debuganalyzer/gui/table/TreeTable.h
167
border_style borderStyle = B_NO_BORDER,
src/apps/icon-o-matic/generic/gui/panel/color_picker/AlphaSlider.cpp
22
border_style border)
src/apps/icon-o-matic/generic/gui/panel/color_picker/AlphaSlider.h
15
border_style border = B_FANCY_BORDER);
src/apps/icon-o-matic/generic/gui/panel/color_picker/AlphaSlider.h
56
border_style fBorderStyle;
src/apps/icon-o-matic/generic/gui/panel/color_picker/ColorField.cpp
35
float fixedValue, orientation orient, border_style border)
src/apps/icon-o-matic/generic/gui/panel/color_picker/ColorField.cpp
390
orientation orient, border_style border)
src/apps/icon-o-matic/generic/gui/panel/color_picker/ColorField.cpp
47
orientation orient, border_style border)
src/apps/icon-o-matic/generic/gui/panel/color_picker/ColorField.h
27
border_style border = B_FANCY_BORDER);
src/apps/icon-o-matic/generic/gui/panel/color_picker/ColorField.h
32
border_style border = B_FANCY_BORDER);
src/apps/icon-o-matic/generic/gui/panel/color_picker/ColorField.h
70
border_style border);
src/apps/icon-o-matic/generic/gui/panel/color_picker/ColorField.h
83
border_style fBorderStyle;
src/apps/icon-o-matic/generic/gui/panel/color_picker/ColorPreview.h
58
border_style fBorderStyle;
src/apps/icon-o-matic/generic/gui/panel/color_picker/ColorSlider.cpp
36
float value1, float value2, orientation dir, border_style border)
src/apps/icon-o-matic/generic/gui/panel/color_picker/ColorSlider.cpp
407
orientation dir, border_style border)
src/apps/icon-o-matic/generic/gui/panel/color_picker/ColorSlider.cpp
46
float value1, float value2, orientation dir, border_style border)
src/apps/icon-o-matic/generic/gui/panel/color_picker/ColorSlider.h
25
border_style border = B_FANCY_BORDER);
src/apps/icon-o-matic/generic/gui/panel/color_picker/ColorSlider.h
30
border_style border = B_FANCY_BORDER);
src/apps/icon-o-matic/generic/gui/panel/color_picker/ColorSlider.h
67
orientation dir, border_style border);
src/apps/icon-o-matic/generic/gui/panel/color_picker/ColorSlider.h
97
border_style fBorderStyle;
src/apps/mediaconverter/MediaConverterWindow.cpp
122
OutputBox(border_style border, BView* child);
src/apps/mediaconverter/MediaConverterWindow.cpp
134
OutputBox::OutputBox(border_style border, BView* child)
src/apps/resedit/BitmapView.cpp
159
BitmapView::SetStyle(border_style style)
src/apps/resedit/BitmapView.cpp
42
const char *label, border_style borderstyle, int32 resize, int32 flags)
src/apps/resedit/BitmapView.h
21
const char *label = NULL, border_style = B_PLAIN_BORDER,
src/apps/resedit/BitmapView.h
40
border_style Style(void) const { return fBorderStyle; }
src/apps/resedit/BitmapView.h
41
virtual void SetStyle(border_style style);
src/apps/resedit/BitmapView.h
78
border_style fBorderStyle;
src/apps/resedit/ResListView.cpp
11
border_style border)
src/apps/resedit/ResListView.h
17
border_style border);
src/kits/interface/Box.cpp
126
BBox::SetBorder(border_style border)
src/kits/interface/Box.cpp
142
border_style
src/kits/interface/Box.cpp
47
border_style border)
src/kits/interface/Box.cpp
56
BBox::BBox(const char* name, uint32 flags, border_style border, BView* child)
src/kits/interface/Box.cpp
667
fStyle = (border_style)style;
src/kits/interface/Box.cpp
68
BBox::BBox(border_style border, BView* child)
src/kits/interface/ColumnListView.cpp
864
uint32 resizingMode, uint32 flags, border_style border,
src/kits/interface/ColumnListView.cpp
881
border_style border, bool showHorizontalScrollbar)
src/kits/interface/ControlLook.cpp
143
uint32 borders, border_style borderStyle, uint32 side)
src/kits/interface/HaikuControlLook.cpp
1623
uint32 borders, border_style borderStyle, uint32 side)
src/kits/interface/HaikuControlLook.cpp
2055
const rgb_color& base, border_style borderStyle, uint32 flags,
src/kits/interface/HaikuControlLook.cpp
952
border_style borderStyle, uint32 flags, uint32 _borders)
src/kits/interface/ScrollView.cpp
30
uint32 flags, bool horizontal, bool vertical, border_style border)
src/kits/interface/ScrollView.cpp
41
bool horizontal, bool vertical, border_style border)
src/kits/interface/ScrollView.cpp
467
BScrollView::SetBorder(border_style border)
src/kits/interface/ScrollView.cpp
526
border_style
src/kits/interface/ScrollView.cpp
58
(border_style)border : B_FANCY_BORDER;
src/kits/interface/ScrollView.cpp
917
BScrollBar* vertical, border_style border, uint32 borders)
src/kits/interface/ScrollView.cpp
953
BScrollBar* vertical, border_style border, uint32 borders)
src/kits/interface/ScrollView.cpp
963
BScrollView::_BorderSize(border_style border)
src/kits/interface/ScrollView.cpp
978
BScrollView::_ModifyFlags(uint32 flags, BView* target, border_style border)
src/kits/interface/ScrollView.cpp
996
BScrollView::_InsetBorders(BRect& frame, border_style border, uint32 borders, bool expand)
src/kits/interface/SeparatorView.cpp
105
fBorder = (border_style)borderStyle;
src/kits/interface/SeparatorView.cpp
27
BSeparatorView::BSeparatorView(orientation orientation, border_style border)
src/kits/interface/SeparatorView.cpp
37
orientation orientation, border_style border, const BAlignment& alignment)
src/kits/interface/SeparatorView.cpp
374
BSeparatorView::SetBorderStyle(border_style border)
src/kits/interface/SeparatorView.cpp
449
orientation orientation, BAlignment alignment, border_style border)
src/kits/interface/SeparatorView.cpp
46
orientation orientation, border_style border, const BAlignment& alignment)
src/kits/interface/SeparatorView.cpp
55
orientation orientation, border_style border, const BAlignment& alignment)
src/kits/interface/SeparatorView.cpp
64
orientation orientation, border_style border, const BAlignment& alignment)
src/kits/interface/TabView.cpp
1314
BTabView::SetBorder(border_style borderStyle)
src/kits/interface/TabView.cpp
1325
border_style
src/kits/interface/TabView.cpp
1584
BTabView* tabView, border_style borderStyle)
src/tests/kits/interface/ScrollViewTest.cpp
37
const border_style border[] = {B_NO_BORDER, B_PLAIN_BORDER, B_FANCY_BORDER, B_FANCY_BORDER};
src/tests/kits/interface/layout/widget_layout_test/tests/BoxTest.cpp
32
BorderStyleRadioButton(const char* label, border_style style)
src/tests/kits/interface/layout/widget_layout_test/tests/BoxTest.cpp
38
border_style fBorderStyle;