BControl subclasses: Override SetIcon()

... and implement Perform() action for potential later use.
This commit is contained in:
Ingo Weinhold
2013-12-22 02:48:27 +01:00
parent be260374d5
commit be4367428b
16 changed files with 101 additions and 3 deletions
+2
View File
@@ -76,6 +76,8 @@ public:
virtual void AllAttached();
virtual void AllDetached();
virtual status_t SetIcon(const BBitmap* icon, uint32 flags = 0);
private:
virtual status_t Perform(perform_code d, void *arg);
// this can be made public again if needed