Searched refs:fPackagesSwitch (Results 1 – 2 of 2) sorted by relevance
227 fPackagesSwitch = new PaneSwitch("options_button"); in InstallerWindow()228 fPackagesSwitch->SetLabels(B_TRANSLATE("Hide optional packages"), in InstallerWindow()230 fPackagesSwitch->SetMessage(new BMessage(SHOW_BOTTOM_MESSAGE)); in InstallerWindow()231 fPackagesSwitch->SetExplicitMaxSize(BSize(B_SIZE_UNLIMITED, in InstallerWindow()233 fPackagesSwitch->SetExplicitAlignment(BAlignment(B_ALIGN_LEFT, in InstallerWindow()274 packagesGroup->AddChild(fPackagesSwitch); in InstallerWindow()302 fPkgSwitchLayoutItem = layout_item_for(fPackagesSwitch); in InstallerWindow()660 fPackagesLayoutItem->SetVisible(fPackagesSwitch->Value()); in _ShowOptionalPackages()661 fSizeViewLayoutItem->SetVisible(fPackagesSwitch->Value()); in _ShowOptionalPackages()
70 PaneSwitch* fPackagesSwitch; variable