Added a private static BorderSize() method. I wonder why those functions
are exposed at all... git-svn-id: file:///srv/svn/repos/haiku/trunk/current@6663 a95241bf-73f2-0310-859d-f6bbb57e9c96
This commit is contained in:
@@ -15,7 +15,7 @@
|
|||||||
class BScrollView : public BView {
|
class BScrollView : public BView {
|
||||||
public:
|
public:
|
||||||
BScrollView(const char *name, BView *target,
|
BScrollView(const char *name, BView *target,
|
||||||
uint32 resizeMask = B_FOLLOW_LEFT | B_FOLLOW_TOP,
|
uint32 resizingMode = B_FOLLOW_LEFT | B_FOLLOW_TOP,
|
||||||
uint32 flags = 0, bool horizontal = false, bool vertical = false,
|
uint32 flags = 0, bool horizontal = false, bool vertical = false,
|
||||||
border_style border = B_FANCY_BORDER);
|
border_style border = B_FANCY_BORDER);
|
||||||
BScrollView(BMessage *archive);
|
BScrollView(BMessage *archive);
|
||||||
@@ -75,6 +75,7 @@ class BScrollView : public BView {
|
|||||||
BScrollView &operator=(const BScrollView &);
|
BScrollView &operator=(const BScrollView &);
|
||||||
|
|
||||||
static BRect CalcFrame(BView *target, bool h, bool v, border_style);
|
static BRect CalcFrame(BView *target, bool h, bool v, border_style);
|
||||||
|
static float BorderSize(border_style border);
|
||||||
static int32 ModifyFlags(int32 flags, border_style);
|
static int32 ModifyFlags(int32 flags, border_style);
|
||||||
|
|
||||||
BView *fTarget;
|
BView *fTarget;
|
||||||
|
|||||||
Reference in New Issue
Block a user