Searched refs:Frame (Results 151 - 175 of 370) sorted by relevance

1234567891011>>

/haiku/src/tests/kits/interface/bdeskbar/
H A DDeskbarLocationTest.cpp5 - Frame
74 BRect myRect(myDeskbar->Frame());
/haiku/headers/os/interface/
H A DRegion.h40 BRect Frame() const;
H A DAbstractLayout.h33 virtual BRect Frame();
H A DScreen.h33 BRect Frame();
H A DMenuItem.h49 BRect Frame() const;
/haiku/src/apps/icon-o-matic/generic/gui/panel/color_picker/
H A DColorPickerPanel.cpp117 msg.AddRect("panel frame", Frame());
/haiku/src/tests/servers/app/look_and_feel/
H A DLookAndFeel.cpp162 rect = button->Frame();
186 rect = button->Frame();
218 ResizeTo(Bounds().Width(), button->Frame().bottom + 10);
289 BWindow* window = new Window(Frame().OffsetByCopy(20, 20),
/haiku/headers/private/interface/
H A DPrivateScreen.h43 BRect Frame();
/haiku/src/preferences/time/
H A DTimeWindow.cpp55 TimeSettings().SetLeftTop(Frame().LeftTop());
/haiku/src/kits/interface/
H A DSeparatorItem.cpp94 BRect bounds = Frame();
H A DScrollView.cpp201 BRect windowBounds = Window()->Frame();
248 verticalScrollBarFrame = fVerticalScrollBar->Frame();
252 horizontalScrollBarFrame = fHorizontalScrollBar->Frame();
309 fPreviousWidth - fVerticalScrollBar->Frame().Height(),
310 fHorizontalScrollBar->Frame().right + 1);
312 fPreviousHeight - fHorizontalScrollBar->Frame().Width(),
313 fVerticalScrollBar->Frame().bottom + 1);
798 targetFrame = fTarget->Frame();
951 return _ComputeFrame(target != NULL ? target->Frame()
H A DScreen.cpp71 BScreen::Frame() function in class:BScreen
74 return fScreen->Frame();
/haiku/src/apps/processcontroller/
H A DNoiseBarMenuItem.cpp39 BRect frame = Frame();
/haiku/src/apps/deskbar/
H A DStatusView.cpp262 - fTime->Frame().Width() - fClockMargin
265 + fTime->Frame().Width() + fTrayPadding + 2;
1218 rowRect.right -= fClockMargin + fTime->Frame().Width();
1224 if (view == NULL || view->Frame().top != rowRect.top)
1228 replicantRect.left = view->Frame().right + sIconGap + 1;
1252 loc.x = view->Frame().right + sIconGap + 1;
1276 return view != NULL ? view->Frame() : BRect(0, 0, 0, 0);
1290 return view != NULL ? view->Frame() : BRect(0, 0, 0, 0);
1317 float replicantWidth = view->Frame().Width();
1319 if (view->Frame()
[all...]
/haiku/src/apps/people/
H A DPersonWindow.cpp326 message.AddRect("frame", Frame());
339 BRect screenFrame = BScreen(this).Frame();
340 if (Frame().bottom > screenFrame.bottom)
341 ResizeBy(0, screenFrame.bottom - Frame().bottom - 10);
/haiku/src/apps/activitymonitor/
H A DSettingsWindow.cpp154 BRect frame = window->Frame();
/haiku/src/kits/tracker/
H A DStatusWindow.cpp235 rect.top = lastView->Frame().bottom + 1;
248 ResizeTo(Bounds().Width(), view->Frame().bottom);
513 fStatusBar->ResizeTo(fStatusBar->Frame().Width(), height);
520 BRect f = fStatusBar->Frame();
639 location.x = (fStatusBar->Frame().left
650 BPoint tp = fStatusBar->Frame().LeftBottom();
663 float availableSpace = fStatusBar->Frame().Width();
680 BPoint textPoint = fStatusBar->Frame().LeftBottom();
691 textPoint.x = fStatusBar->Frame().right - statusStringWidth;
/haiku/src/apps/expander/
H A DExpanderWindow.cpp540 fSettings.ReplacePoint("window_position", Frame().LeftTop());
717 float delta = fLongestLine - fListingText->Frame().Width();
721 BRect screenFrame = screen.Frame();
723 if (Frame().right + delta > screenFrame.right)
724 delta = screenFrame.right - Frame().right - 4.0f;
732 if (minWidth < Frame().Width() + delta) {
734 SetZoomLimits(Frame().Width() + delta,
773 fPreviousHeight = Frame().Height();
777 ResizeTo(Frame().Width(), bottom);
/haiku/src/servers/app/
H A DServerWindow.cpp482 info.window_left = (int)floor(fWindow->Frame().left);
483 info.window_top = (int)floor(fWindow->Frame().top);
484 info.window_right = (int)floor(fWindow->Frame().right);
485 info.window_bottom = (int)floor(fWindow->Frame().bottom);
889 xResizeTo - fWindow->Frame().Width(),
890 yResizeTo - fWindow->Frame().Height());
914 xMoveTo - fWindow->Frame().left,
915 yMoveTo - fWindow->Frame().top);
955 fLink.Attach<BRect>(fWindow->Frame());
1378 float offsetX = x - fCurrentView->Frame()
[all...]
/haiku/src/apps/mediaplayer/
H A DMainWin.cpp321 fMenuBarWidth = (int)fMenuBar->Frame().Width() + 1;
322 fMenuBarHeight = (int)fMenuBar->Frame().Height() + 1;
336 fControlsHeight = (int)fControls->Frame().Height() + 1;
337 fControlsWidth = (int)fControls->Frame().Width() + 1;
1197 fVideoView->SetSubTitleMaxBottom(fControls->Frame().top - 1);
1210 fControls->MoveTo(fControls->Frame().left, offset);
1216 fControls->MoveTo(fVideoView->Frame().left,
1217 fVideoView->Frame().bottom + 1);
1231 || !fControls->Frame().Contains(videoViewWhere)) {
1412 fInfoWin = new InfoWin(Frame()
[all...]
/haiku/src/add-ons/input_server/methods/pen/
H A DPenInputLooper.cpp83 fInkWindow = new PenInputInkWindow(region.Frame());
86 fInkWindow = new PenInputInkWindow(screen.Frame());
/haiku/src/apps/icon-o-matic/generic/gui/
H A DIconOptionsControl.cpp79 return Frame();
279 lt = button->Frame().RightTop() + BPoint(1.0, 0.0);
/haiku/src/apps/icon-o-matic/generic/support/
H A Dsupport_ui.cpp146 screenFrame = screen.Frame();
151 screenFrame = screen.Frame();
/haiku/src/tests/kits/interface/menu/menuworld/
H A DMenuWindow.cpp82 BRect menuViewRect = m_pMenuView->Frame();
106 float windowWidth = m_pMenuView->Frame().right;
/haiku/src/apps/pulse/
H A DPrefs.cpp164 BRect screen_rect = BScreen(B_MAIN_SCREEN_ID).Frame();
174 BRect screen_rect = BScreen(B_MAIN_SCREEN_ID).Frame();

Completed in 122 milliseconds

1234567891011>>