Searched refs:fInstallTypes (Results 1 - 2 of 2) sorted by path

/haiku/src/apps/packageinstaller/
H A DPackageView.h72 BPopUpMenu* fInstallTypes; member in class:PackageView
H A DPackageView.cpp109 fInstallTypes->SetTargetForItems(this);
150 fInstallTypes->SetEnabled(false);
190 fInstallTypes->SetEnabled(true);
210 fInstallTypes->SetEnabled(true);
232 fInstallTypes->SetEnabled(true);
246 fInstallTypes->SetEnabled(true);
493 fInstallTypes = new BPopUpMenu(B_TRANSLATE("none"));
495 B_TRANSLATE("Installation type:"), fInstallTypes);
579 fInstallTypes->AddSeparatorItem();
693 return _AddMenuItem(name, message, fInstallTypes);
[all...]

Completed in 165 milliseconds