Searched refs:viewFrame (Results 1 - 5 of 5) sorted by relevance

/haiku/src/tests/kits/interface/layout/widget_layout_test/
H A DWrapperView.cpp84 BRect viewFrame(Bounds());
85 viewFrame.left += fInsets.left;
86 viewFrame.top += fInsets.top;
87 viewFrame.right -= fInsets.right;
88 viewFrame.bottom -= fInsets.bottom;
90 return viewFrame;
/haiku/src/tests/apps/terminal_replicant/
H A Dmain.cpp67 BRect viewFrame = Bounds(); local
68 viewFrame.right -= 15;
69 message.AddRect("_frame", viewFrame);
/haiku/src/apps/stylededit/
H A DStyledEditView.cpp33 StyledEditView::StyledEditView(BRect viewFrame, BRect textBounds, argument
36 BTextView(viewFrame, "textview", textBounds, NULL,
H A DStyledEditWindow.cpp1161 BRect viewFrame = Bounds(); local
1162 BRect textBounds = viewFrame;
1165 fTextView = new StyledEditView(viewFrame, textBounds, this);
/haiku/src/apps/showimage/
H A DShowImageWindow.cpp175 BRect viewFrame = contentView->Bounds(); local
176 fToolBar = new BToolBar(viewFrame);
214 fToolBar->ResizeTo(viewFrame.Width(), fToolBar->MinSize().height);
219 viewFrame.top = fToolBar->Frame().bottom + 1;
225 viewFrame.bottom = contentView->Bounds().bottom;
234 fScrollArea->MoveTo(viewFrame.LeftTop());
235 fScrollArea->ResizeTo(viewFrame.Size());

Completed in 38 milliseconds