Searched refs:listBounds (Results 1 – 2 of 2) sorted by relevance
/haiku/src/tests/add-ons/print/ppd/ui/ |
H A D | PrinterSelection.cpp | 38 BRect listBounds(bounds.left + kLeftMargin, bounds.top + kTopMargin, in PrinterSelectionView() local 40 listBounds.right -= B_V_SCROLL_BAR_WIDTH; in PrinterSelectionView() 41 listBounds.bottom -= B_H_SCROLL_BAR_HEIGHT; in PrinterSelectionView() 43 BStringView* label = new BStringView(listBounds, "vendors-label", "Vendors:"); in PrinterSelectionView() 47 listBounds.top += label->Bounds().bottom + 5; in PrinterSelectionView() 49 fVendors = new BListView(listBounds, "vendors", B_SINGLE_SELECTION_LIST, in PrinterSelectionView() 59 BRect printerBounds(listBounds); in PrinterSelectionView() 67 BRect detailBounds(listBounds); in PrinterSelectionView()
|
H A D | PPDConfigView.cpp | 400 BRect listBounds(bounds.left + kLeftMargin, bounds.top + kTopMargin, in PPDConfigView() local 402 listBounds.right -= B_V_SCROLL_BAR_WIDTH; in PPDConfigView() 403 listBounds.bottom -= B_H_SCROLL_BAR_HEIGHT; in PPDConfigView() 405 BStringView* label = new BStringView(listBounds, "printer-settings", "Printer Settings:"); in PPDConfigView() 409 listBounds.top += label->Bounds().bottom + 5; in PPDConfigView() 412 fDetails = new BView(listBounds, "details", B_FOLLOW_ALL_SIDES, B_WILL_DRAW); in PPDConfigView()
|