Searched refs:fBorder (Results 1 – 6 of 6) sorted by relevance
/haiku/src/kits/interface/ |
H A D | ScrollView.cpp | 34 fBorder(border) in BScrollView() 45 fBorder(border) in BScrollView() 57 fBorder = archive->FindInt32("_style", &border) == B_OK ? in BScrollView() 125 if (status == B_OK && fBorder != B_FANCY_BORDER) in Archive() 126 status = archive->AddInt32("_style", fBorder); in Archive() 255 verticalScrollBarFrame, horizontalScrollBarFrame, base, fBorder, in Draw() 301 if (fBorder == B_NO_BORDER) in FrameResized() 469 if (fBorder == border) in SetBorder() 473 fBorder = border; in SetBorder() 486 if (border == B_NO_BORDER || fBorder == B_NO_BORDER) { in SetBorder() [all …]
|
H A D | SeparatorView.cpp | 80 fBorder(B_FANCY_BORDER) in BSeparatorView() 105 fBorder = (border_style)borderStyle; in BSeparatorView() 150 result = into->AddInt32("_border", fBorder); in Archive() 230 fBorder, 0, BControlLook::B_TOP_BORDER); in Draw() 237 fBorder, 0, BControlLook::B_LEFT_BORDER); in Draw() 376 if (border == fBorder) in SetBorderStyle() 379 fBorder = border; in SetBorderStyle() 456 fBorder = border; in _Init() 471 switch (fBorder) { in _BorderSize()
|
H A D | MenuBar.cpp | 52 fBorder(B_BORDER_FRAME), in BMenuBar() 68 fBorder(B_BORDER_FRAME), in BMenuBar() 82 fBorder(B_BORDER_FRAME), in BMenuBar() 362 fBorder = border; in SetBorder() 369 return fBorder; in Border()
|
/haiku/headers/os/interface/ |
H A D | SeparatorView.h | 99 border_style fBorder; variable
|
H A D | MenuBar.h | 106 menu_bar_border fBorder; variable
|
H A D | ScrollView.h | 124 border_style fBorder; variable
|