Add Perform() methods to all the layout-related classes that needed them.
This commit is contained in:
@@ -32,6 +32,8 @@ public:
|
||||
virtual status_t AllUnarchived(const BMessage* from);
|
||||
static BArchivable* Instantiate(BMessage* from);
|
||||
|
||||
virtual status_t Perform(perform_code d, void* arg);
|
||||
|
||||
protected:
|
||||
virtual void LayoutInvalidated(bool children = false);
|
||||
virtual void DoLayout();
|
||||
|
||||
Reference in New Issue
Block a user