Home
last modified time | relevance | path

Searched refs:normal_bar_color (Results 1 – 5 of 5) sorted by relevance

/haiku/src/apps/pulse/
H A DPrefs.h25 int normal_bar_color, mini_active_color, mini_idle_color, mini_frame_color, variable
H A DPrefs.cpp71 if (!GetInt("normal_bar_color", &normal_bar_color, &i)) { in Prefs()
288 || !PutInt("normal_bar_color", &normal_bar_color) in Save()
H A DCPUButton.cpp329 UpdateColors(prefs->normal_bar_color); in AttachedToWindow()
333 UpdateColors(pulseapp->fPrefs->normal_bar_color); in AttachedToWindow()
H A DConfigView.cpp90 fColorControl->SetValue(fPrefs->normal_bar_color); in ConfigView()
237 fPrefs->normal_bar_color = bar_color; in MessageReceived()
H A DProgressBar.cpp71 UpdateColors(prefs->normal_bar_color, prefs->normal_fade_colors); in AttachedToWindow()