Made AncestorsVisible() const.
git-svn-id: file:///srv/svn/repos/haiku/haiku/trunk@39525 a95241bf-73f2-0310-859d-f6bbb57e9c96
This commit is contained in:
@@ -44,7 +44,7 @@ public:
|
|||||||
int32 IndexOfItem(const BLayoutItem* item) const;
|
int32 IndexOfItem(const BLayoutItem* item) const;
|
||||||
int32 IndexOfView(BView* child) const;
|
int32 IndexOfView(BView* child) const;
|
||||||
|
|
||||||
bool AncestorsVisible();
|
bool AncestorsVisible() const;
|
||||||
|
|
||||||
// Layouting related methods
|
// Layouting related methods
|
||||||
|
|
||||||
|
|||||||
@@ -267,7 +267,7 @@ BLayout::IndexOfView(BView* child) const
|
|||||||
|
|
||||||
|
|
||||||
bool
|
bool
|
||||||
BLayout::AncestorsVisible()
|
BLayout::AncestorsVisible() const
|
||||||
{
|
{
|
||||||
return fAncestorsVisible;
|
return fAncestorsVisible;
|
||||||
}
|
}
|
||||||
|
|||||||
Reference in New Issue
Block a user