Searched refs:detailBounds (Results 1 – 1 of 1) sorted by relevance
67 BRect detailBounds(listBounds); in PrinterSelectionView() local68 detailBounds.left = B_V_SCROLL_BAR_WIDTH + detailBounds.right + kHorizontalSpace; in PrinterSelectionView()69 detailBounds.right = bounds.right - kRightMargin - B_V_SCROLL_BAR_WIDTH; in PrinterSelectionView()70 fPrinters = new BListView(detailBounds, "printers", B_SINGLE_SELECTION_LIST, in PrinterSelectionView()