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

12

/haiku-fatelf/headers/os/interface/
H A DSeparatorView.h17 border_style border = B_PLAIN_BORDER);
22 border_style border = B_FANCY_BORDER,
30 border_style border = B_FANCY_BORDER,
37 border_style border = B_FANCY_BORDER,
44 border_style border = B_FANCY_BORDER,
66 void SetBorderStyle(border_style border);
92 BAlignment alignment, border_style border);
103 border_style fBorder;
H A DScrollView.h22 border_style border = B_FANCY_BORDER);
25 bool vertical, border_style border
64 virtual void SetBorder(border_style border);
65 border_style Border() const;
106 bool vertical, border_style border);
108 bool vertical, border_style border);
109 static float _BorderSize(border_style border);
110 static int32 _ModifyFlags(int32 flags, border_style border);
116 border_style fBorder;
H A DBox.h19 border_style border = B_FANCY_BORDER);
23 border_style border = B_FANCY_BORDER,
25 BBox(border_style border, BView* child);
33 virtual void SetBorder(border_style border);
34 border_style Border() const;
96 border_style fStyle;
H A DTabView.h159 virtual void SetBorder(border_style border);
160 border_style Border() const;
201 border_style fBorderStyle;
H A DControlLook.h232 border_style border,
299 border_style border, uint32 flags = 0,
/haiku-fatelf/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-fatelf/src/kits/interface/
H A DSeparatorView.cpp28 border_style border)
38 enum orientation orientation, border_style border,
48 enum orientation orientation, border_style border,
58 enum orientation orientation, border_style border,
68 enum orientation orientation, border_style border,
110 fBorder = (border_style)borderStyle;
366 BSeparatorView::SetBorderStyle(border_style border)
440 enum orientation orientation, BAlignment alignment, border_style border)
H A DScrollView.cpp22 uint32 flags, bool horizontal, bool vertical, border_style border)
33 bool horizontal, bool vertical, border_style border)
48 (border_style)border : B_FANCY_BORDER;
415 BScrollView::SetBorder(border_style border)
477 border_style
826 border_style border)
849 border_style border)
859 BScrollView::_BorderSize(border_style border)
874 BScrollView::_ModifyFlags(int32 flags, border_style border)
H A DBox.cpp45 border_style border)
56 BBox::BBox(const char* name, uint32 flags, border_style border, BView* child)
70 BBox::BBox(border_style border, BView* child)
129 BBox::SetBorder(border_style border)
145 border_style
646 fStyle = (border_style)style;
/haiku-fatelf/src/tests/add-ons/kernel/file_systems/beserved/BeManager/
H A DListControl.cpp64 border_style border, const BFont* LabelFont) :
H A DListControl.h33 bool scroll_view_corner = true, border_style border = B_NO_BORDER,
H A DTreeControl.h48 bool scroll_view_corner = true, border_style border = B_NO_BORDER,
H A DTreeControl.cpp25 border_style border, const BFont* LabelFont) :
/haiku-fatelf/src/apps/debuganalyzer/gui/table/
H A DTable.h111 border_style borderStyle = B_NO_BORDER,
115 border_style borderStyle = B_NO_BORDER,
H A DAbstractTable.h28 border_style borderStyle = B_NO_BORDER,
H A DTreeTable.h161 border_style borderStyle = B_NO_BORDER,
165 border_style borderStyle = B_NO_BORDER,
H A DAbstractTable.cpp109 border_style borderStyle, bool showHorizontalScrollbar)
H A DTable.cpp361 Table::Table(const char* name, uint32 flags, border_style borderStyle,
374 border_style borderStyle, bool showHorizontalScrollbar)
/haiku-fatelf/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-fatelf/src/libs/pdflib/libs/pdflib/
H A Dp_annots.c59 pdf_border_style border_style; member in struct:pdf_annot_s
99 p->border_style = border_solid;
154 if (ann->border_style == border_solid &&
170 pdf_border_style_names[ann->border_style]);
175 if (ann->border_style == border_dashed)
184 if (ann->border_style == border_dashed &&
548 ann->border_style = p->border_style;
985 p->border_style = border_solid;
987 p->border_style
[all...]
/haiku-fatelf/headers/private/interface/
H A DColumnListView.h248 uint32 flags, border_style = B_NO_BORDER,
251 uint32 flags, border_style = B_NO_BORDER,
405 border_style fBorderStyle;
/haiku-fatelf/src/preferences/shortcuts/clv/
H A DColumnListView.h47 border_style border = B_NO_BORDER, //What type of border to add, if any
172 void CreateContainer(bool horizontal, bool vertical, border_style border, uint32 ResizingMode,
/haiku-fatelf/src/tests/kits/interface/
H A DScrollViewTest.cpp37 const border_style border[] = {B_NO_BORDER, B_PLAIN_BORDER, B_FANCY_BORDER, B_FANCY_BORDER};

Completed in 116 milliseconds

12