Add Perform() methods to all the layout-related classes that needed them.
This commit is contained in:
@@ -71,6 +71,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 DrawSplitter(BRect frame,
|
||||
const BRect& updateRect,
|
||||
|
||||
Reference in New Issue
Block a user