Searched refs:recentAppsCount (Results 1 - 4 of 4) sorted by relevance

/haiku/src/apps/deskbar/
H A DBarSettings.h60 int32 recentAppsCount; member in struct:desk_settings
H A DPreferencesWindow.cpp108 fMenuRecentApplicationCount->SetValue(fSettings.recentAppsCount);
353 || defaults->recentAppsCount != settings->recentAppsCount
377 || fSettings.recentAppsCount != settings->recentAppsCount
493 if (current->recentAppsCount != settings->recentAppsCount) {
494 fMenuRecentApplicationCount->SetValue(settings->recentAppsCount);
H A DBarApp.cpp222 prefs.AddInt32("recentAppsCount", fSettings.recentAppsCount);
288 settings.recentAppsCount = fDefaultSettings.recentAppsCount = 10;
358 settings.recentAppsCount = prefs.GetInt32("recentAppsCount",
359 fDefaultSettings.recentAppsCount);
472 fSettings.recentAppsCount = count;
H A DDeskbarMenu.cpp457 fRecentsCount = app->Settings()->recentAppsCount;

Completed in 261 milliseconds