Searched refs:printerBounds (Results 1 – 1 of 1) sorted by relevance
59 BRect printerBounds(listBounds); in PrinterSelectionView() local60 printerBounds.left = B_V_SCROLL_BAR_WIDTH + printerBounds.right + kHorizontalSpace; in PrinterSelectionView()61 printerBounds.right = bounds.right - kRightMargin - B_V_SCROLL_BAR_WIDTH; in PrinterSelectionView()62 printerBounds.top = bounds.top + kTopMargin; in PrinterSelectionView()63 label = new BStringView(printerBounds, "printers-label", "Printers:"); in PrinterSelectionView()