Home
last modified time | relevance | path

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

/haiku/headers/private/interface/
H A DColumnListView.h100 B_COLOR_TOTAL = 12 enumerator
406 rgb_color fColorList[B_COLOR_TOTAL];
/haiku/src/kits/interface/
H A DColumnListView.cpp1539 if ((int)colorIndex >= (int)B_COLOR_TOTAL) { in SetColor()
1541 colorIndex = (ColumnListViewColor)(B_COLOR_TOTAL - 1); in SetColor()
1566 if ((int)colorIndex >= (int)B_COLOR_TOTAL) { in Color()
1568 colorIndex = (ColumnListViewColor)(B_COLOR_TOTAL - 1); in Color()