Searched refs:fPrinterPopUp (Results 1 – 2 of 2) sorted by relevance
249 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()
86 BPopUpMenu* fPrinterPopUp; variable