_AddChild
bool _AddChild(BView *child, BView *before);
if (!fTarget->_AddChild(view, NULL))
if (!_AddChild(child, before))
err = _AddChild(child, NULL) ? B_OK : B_ERROR;