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:
@@ -599,7 +599,8 @@ private:
|
|||||||
bool attachView( BView *aView );
|
bool attachView( BView *aView );
|
||||||
bool addToList( BView *aView, BView *before = NULL);
|
bool addToList( BView *aView, BView *before = NULL);
|
||||||
bool removeFromList();
|
bool removeFromList();
|
||||||
bool callDetachHooks( BView *aView );
|
void callAttachHooks( BView *aView );
|
||||||
|
void callDetachHooks( BView *aView );
|
||||||
|
|
||||||
// Debugging methods
|
// Debugging methods
|
||||||
void PrintToStream();
|
void PrintToStream();
|
||||||
|
|||||||
Reference in New Issue
Block a user