fLastWindowFrame
fLastWindowFrame = frame;
fLastWindowFrame.OffsetBy(-kWindowOffset, -kWindowOffset);
fLastWindowFrame.OffsetBy(kWindowOffset, kWindowOffset);
MainWindow* window = new MainWindow(fLastWindowFrame, this,
settings.AddRect("window frame", fLastWindowFrame);
fLastWindowFrame = frame;
fLastWindowFrame.OffsetBy(-kWindowOffset, -kWindowOffset);
fLastWindowFrame(50, 50, 900, 750),
BRect fLastWindowFrame;
fLastWindowFrame.OffsetBy(20, 20);
if (!BScreen(B_MAIN_SCREEN_ID).Frame().Contains(fLastWindowFrame))
fLastWindowFrame.OffsetTo(50, 50);
new ShowImageWindow(fLastWindowFrame, ref, trackerMessenger);
fLastWindowFrame = fSettings.GetRect("WindowFrame", fLastWindowFrame);
fLastWindowFrame.OffsetBy(-20, -20);
BRect fLastWindowFrame;
fLastWindowFrame = fSettings->GetValue("window frame", fLastWindowFrame);
message->FindRect("window frame", &fLastWindowFrame);
fLastWindowFrame = webWindow->WindowFrame();
fSettings->SetValue("window frame", fLastWindowFrame);
fLastWindowFrame.OffsetBy(20, 20);
if (!BScreen().Frame().Contains(fLastWindowFrame))
fLastWindowFrame.OffsetTo(50, 50);
BrowserWindow* window = new BrowserWindow(fLastWindowFrame, fSettings,
fLastWindowFrame(50, 50, 950, 750),
BRect fLastWindowFrame;