parentWindow
BWindow* parentWindow = NULL, const BStringList* list = NULL);
BWindow* parentWindow = NULL, const BStringList* list = NULL);
BMessenger parentWindow() const;
BWindow* parentWindow, const BStringList* list)
fParentWindow(parentWindow),
const BMessenger& messenger, BWindow* parentWindow,
fParentWindow(parentWindow),
BContainerWindow* parentWindow, const BStringList* typeslist,
invokeMessage->what, target, parentWindow, typeslist);
BWindow* parentWindow, BHandler* target)
fParentWindow(parentWindow)
BWindow* parentWindow, const BMessenger &messenger)
fParentWindow(parentWindow)
BWindow* parentWindow, BHandler* target);
BWindow* parentWindow, const BMessenger &target);
BContainerWindow* parentWindow = FindContainerWindow(&parent);
if (parentWindow != NULL) {
AutoLock<BWindow> lock(parentWindow);
parentWindow->PoseView()->SelectPoseAtLocation(pointInPose);
BContainerWindow* parentWindow = FindContainerWindow(parent);
if (parentWindow == NULL) {
return CloseParentWindowCommon(parentWindow);
SATWindow* parentWindow = fWindowLayerOrder.ItemAt(0);
if (parentWindow == NULL)
BRect frame = parentWindow->CompleteWindowFrame();
area->_MoveToSAT(parentWindow);
Window* parentWindow = satWindow->GetWindow();
if (parentWindow == window || parentWindow->Decorator() == NULL)
if (_IsStackableWindow(parentWindow) == false
Decorator::Tab* tab = parentWindow->Decorator()->TabAt(
parentWindow->PositionInStack());