Rename BLayout::DerivedLayoutItems() to DoLayout(), which is consistent with BView::DoLayout(). Also adjusted child classes and documentation.

This commit is contained in:
Alex Wilson
2011-10-28 14:16:25 -06:00
parent 676c618ad7
commit 4e0131f51b
9 changed files with 10 additions and 10 deletions
+1 -1
View File
@@ -58,7 +58,7 @@ protected:
int32 height;
};
virtual void DerivedLayoutItems();
virtual void DoLayout();
BSize AddInsets(BSize size);
void AddInsets(float* minHeight, float* maxHeight,