Searched refs:fPrinterPopUp (Results 1 - 2 of 2) sorted by relevance

/haiku/src/kits/print/
H A DJobSetupPanel.cpp249 fPrinterPopUp = new BPopUpMenu("");
250 fPrinterPopUp->SetRadioMode(true);
251 fPrinterMenuField = new BMenuField("", fPrinterPopUp);
257 fPrinterPopUp->AddItem(item);
263 fPrinterPopUp->AddItem(new BSeparatorItem);
266 fPrinterPopUp->AddItem(pdf);
267 if (fPrinterPopUp->FindMarked() == NULL)
/haiku/headers/private/print/
H A DJobSetupPanel.h86 BPopUpMenu* fPrinterPopUp; member in class:BPrivate::Print::BJobSetupPanel

Completed in 52 milliseconds