Add a BView::LayoutChanged() method, called after layout of this view and children.

Fixes #7683.
This commit is contained in:
Alex Wilson
2011-11-05 01:03:07 -06:00
parent fceb7ee27e
commit 0c8b758c09
3 changed files with 27 additions and 3 deletions
+2 -1
View File
@@ -581,6 +581,8 @@ public:
protected:
virtual bool GetToolTipAt(BPoint point, BToolTip** _tip);
virtual void LayoutChanged();
private:
void _Layout(bool force, BLayoutContext* context);
void _LayoutLeft(BLayout* deleted);
@@ -588,7 +590,6 @@ private:
private:
// FBC padding and forbidden methods
virtual void _ReservedView12();
virtual void _ReservedView13();
virtual void _ReservedView14();
virtual void _ReservedView15();