Home
last modified time | relevance | path

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

/haiku/src/apps/deskbar/
H A DPreferencesWindow.cpp58 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()
H A DPreferencesWindow.h67 BCheckBox* fMenuRecentApplications; variable