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
@@ -25,7 +25,9 @@ enum {
// support kit
PERFORM_CODE_ALL_ARCHIVED = 1010,
PERFORM_CODE_ALL_UNARCHIVED = 1011
PERFORM_CODE_ALL_UNARCHIVED = 1011,
PERFORM_CODE_LAYOUT_CHANGED = 1012
};