Searched refs:Frame (Results 226 - 250 of 370) sorted by path

1234567891011>>

/haiku/src/apps/icon-o-matic/gui/
H A DSavePanel.cpp94 BRect rect = textview->Frame();
95 rect.top = cancel->Frame().top;
120 fFormatMF->MoveTo(textview->Frame().left, fFormatMF->Frame().top + 2);
122 fFormatMF->MoveTo(textview->Frame().left, fFormatMF->Frame().top);
128 rect = cancel->Frame();
129 rect.OffsetTo(fFormatMF->Frame().right + 5.0, rect.top);
139 textview->ResizeTo(fSettingsB->Frame().right - fFormatMF->Frame()
[all...]
/haiku/src/apps/launchbox/
H A DPadView.cpp180 if (child->Frame().Contains(where)) {
210 fDragOffset = ConvertToScreen(where) - window->Frame().LeftTop();
246 BRect frame = screen.Frame();
247 BRect windowFrame = window->Frame();
322 if (nearestButton->Frame().top > where.y)
/haiku/src/apps/login/
H A DLoginApp.cpp66 frame.OffsetBySelf(screen.Frame().Width()/2 - frame.Width()/2,
67 screen.Frame().Height()/2 - frame.Height()/2);
72 fDesktopWindow = new DesktopWindow(screen.Frame(), fEditShelfMode);
/haiku/src/apps/magnify/
H A DMagnify.cpp666 if (haveLoc && BScreen(B_MAIN_SCREEN_ID).Frame().Contains(loc)) {
703 BPoint loc = Frame().LeftTop();
2018 BRect scrnframe = screen.Frame();
/haiku/src/apps/mail/
H A DContent.cpp676 Draw(Frame());
1691 DragMessage(&dragMessage, selectRegion.Frame(), this);
H A DFindWindow.cpp146 fTextControl->Frame().Height());
162 // TextBevel(*this, mBTextView->Frame());
235 FindWindow::fLastPosition = Frame();
H A DHeader.cpp196 BRect rect = TextView()->Frame();
213 rect = CreateLabelLayoutItem()->Frame().OffsetByCopy(-Frame().left,
214 -Frame().top);
H A DMailApp.cpp335 fPrefsWindow->CenterIn(window->Frame());
369 fSigWindow->CenterIn(window->Frame());
H A DMailWindow.cpp769 fApp->SetLastWindowFrame(Frame());
1332 BRect r = Frame();
1517 rect = button->Frame();
1905 BRect rect = Frame();
1910 BRect screenFrame = screen.Frame();
1923 if (abs((int)(Frame().Width() - rect.Width())) < 5
1924 && abs((int)(Frame().Height() - rect.Height())) < 5) {
1927 fZoom = Frame();
H A DPrefs.cpp276 msg.AddPoint("window pos", Frame().LeftTop());
H A DSignature.cpp263 msg.AddRect("window frame", Frame());
/haiku/src/apps/mandelbrot/
H A DMandelbrot.cpp148 TRACE("Frame Resize\n");
158 uint16 width = (uint16)Frame().Width();
159 uint16 height = (uint16)Frame().Height();
188 frame = Frame();
225 BRect frame = Frame();
236 BRect frame = Frame();
262 BRect frame = Frame();
574 fWindowFrame = Frame();
575 frame = screen.Frame();
/haiku/src/apps/mediaconverter/
H A DMediaConverterWindow.cpp387 "cancel button")->Frame();
896 float maxWidth = fVideoMenu->MenuBar()->Frame().Width();
/haiku/src/apps/mediaplayer/
H A DInfoWin.cpp253 if (screen.Frame().bottom < Frame().bottom)
254 MoveBy(0, screen.Frame().bottom - Frame().bottom);
255 if (screen.Frame().right < Frame().right)
256 MoveBy(0, screen.Frame().right - Frame().right);
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/apps/networkstatus/
H A DWirelessNetworkMenuItem.cpp92 BRect bounds = Frame();
/haiku/src/apps/people/
H A DPeopleApp.cpp92 if (BScreen(B_MAIN_SCREEN_ID).Frame().Contains(pos))
313 if (fPosition.bottom > screen.Frame().bottom)
315 if (fPosition.right > screen.Frame().right)
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/processcontroller/
H A DIconMenuItem.cpp80 BRect frame = Frame();
H A DKernelMemoryBarMenuItem.cpp57 BRect frame = Frame();
H A DMemoryBarMenuItem.cpp73 BRect frame = Frame();
H A DNoiseBarMenuItem.cpp39 BRect frame = Frame();
H A DPreferences.cpp129 BRect rect = window->Frame();
159 BRect rect = window->Frame();
H A DProcessController.cpp584 param->clickToOpenRect = Frame ();
586 param->top = where.y < BScreen(this->Window()).Frame().bottom-50;
H A DTeamBarMenuItem.cpp80 BRect frame = Frame();

Completed in 189 milliseconds

1234567891011>>