Searched refs:fMenuRecentApplications (Results 1 – 2 of 2) sorted by relevance
58 fMenuRecentApplications = new BCheckBox(B_TRANSLATE("Recent applications:"), in PreferencesWindow()105 fMenuRecentApplications->SetValue(fSettings.recentAppsEnabled); in PreferencesWindow()174 .Add(fMenuRecentApplications) in PreferencesWindow()330 fMenuRecentApplications->Value() != B_CONTROL_OFF); in _EnableDisableDependentItems()481 fMenuRecentApplications->SetValue(settings->recentAppsEnabled in _UpdatePreferences()525 message.AddBool("applicationsEnabled", fMenuRecentApplications->Value()); in _UpdateRecentCounts()
67 BCheckBox* fMenuRecentApplications; variable