Bring BALMLayout in line with changes to BLayout.

This commit is contained in:
Alex Wilson
2011-10-28 14:16:46 -06:00
parent eee4243d35
commit 17499672a0
2 changed files with 6 additions and 6 deletions
+4 -3
View File
@@ -122,11 +122,12 @@ public:
virtual BSize BasePreferredSize();
virtual BAlignment BaseAlignment();
virtual void InvalidateLayout(bool children = false);
protected:
virtual bool ItemAdded(BLayoutItem* item, int32 atIndex);
virtual void ItemRemoved(BLayoutItem* item, int32 fromIndex);
virtual void DerivedLayoutItems();
virtual void LayoutInvalidated(bool children);
virtual void DoLayout();
private:
/*! Add a view without initialize the Area. */