Lines Matching defs:window

224 			fLoaded = settings.FindRect("window", &fWindowFrame) == B_OK
242 // in which context the window frame has been chosen
256 // just loaded, we need to alter the window frame accordingly
274 if (settings.AddRect("window", fWindowFrame) == B_OK
397 BAboutWindow* window = new BAboutWindow(
416 window->AddCopyright(2002, "Haiku, Inc.",
418 window->AddAuthors(authors);
419 window->AddExtraInfo(extraInfo);
421 window->Show();
578 WorkspacesWindow* window = dynamic_cast<WorkspacesWindow*>(Window());
579 if (window == NULL || !window->IsAutoRaising())
585 BScreen screen(window);
587 BRect windowFrame = window->Frame();
588 float tabHeight = window->GetTabHeight();
589 float borderWidth = window->GetBorderWidth();
595 // Stretch frame to also accept mouse moves over the window borders
599 window->Activate();
634 WorkspacesWindow *window = dynamic_cast<WorkspacesWindow*>(Window());
635 if (window != NULL) {
640 menu->AddItem(item = new BMenuItem(B_TRANSLATE("Show window tab"),
642 if (window->Look() == B_TITLED_WINDOW_LOOK)
644 menu->AddItem(item = new BMenuItem(B_TRANSLATE("Show window border"),
646 if (window->Look() == B_TITLED_WINDOW_LOOK
647 || window->Look() == B_MODAL_WINDOW_LOOK) {
654 if (window->Feel() == B_FLOATING_ALL_WINDOW_FEEL)
658 if (window->IsAutoRaising())
671 menu->SetTargetForItems(window);
723 // Turn window decor on to grab decor widths.
739 // Finally, we put the window on the bottom right of the screen so the
869 // The auto-raising mode makes sense only if the window is positionned
871 // the window there.
1025 " --avoidfocus\t\tprevents the window from being the target of "
1027 " --alwaysontop\t\tkeeps window on top\n"
1029 " --autoraise\t\tauto-raise the workspace window when it's at the "
1072 // open any window