Rename BLayout::DerivedLayoutItems() to DoLayout(), which is consistent with BView::DoLayout(). Also adjusted child classes and documentation.
This commit is contained in:
@@ -58,7 +58,7 @@ protected:
|
||||
int32 height;
|
||||
};
|
||||
|
||||
virtual void DerivedLayoutItems();
|
||||
virtual void DoLayout();
|
||||
|
||||
BSize AddInsets(BSize size);
|
||||
void AddInsets(float* minHeight, float* maxHeight,
|
||||
|
||||
Reference in New Issue
Block a user