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

/haiku/src/kits/interface/
H A DStatusBar.cpp28 kCustomBarColor = 1 enumerator in enum:internalFlags
76 fInternalFlags |= kCustomBarColor;
111 if (err == B_OK && fInternalFlags & kCustomBarColor)
150 if ((fInternalFlags & kCustomBarColor) == 0)
386 if ((fInternalFlags & kCustomBarColor) == 0) {
428 fInternalFlags |= kCustomBarColor;

Completed in 53 milliseconds