Home
last modified time | relevance | path

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

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