added a method for properly calling 'Attached' hooks
git-svn-id: file:///srv/svn/repos/haiku/trunk/current@11452 a95241bf-73f2-0310-859d-f6bbb57e9c96
This commit is contained in:
parent
abd010bc61
commit
a1ce489220
@ -599,7 +599,8 @@ private:
|
||||
bool attachView( BView *aView );
|
||||
bool addToList( BView *aView, BView *before = NULL);
|
||||
bool removeFromList();
|
||||
bool callDetachHooks( BView *aView );
|
||||
void callAttachHooks( BView *aView );
|
||||
void callDetachHooks( BView *aView );
|
||||
|
||||
// Debugging methods
|
||||
void PrintToStream();
|
||||
|
Loading…
x
Reference in New Issue
Block a user