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

/haiku/headers/private/interface/
H A DColumnListView.h90 B_COLOR_SELECTION = 3, enumerator in enum:ColumnListViewColor
/haiku/src/apps/resedit/
H A DResView.cpp78 fListView->SetColor(B_COLOR_SELECTION, ui_color(B_MENU_BACKGROUND_COLOR));
/haiku/src/kits/interface/
H A DColumnListView.cpp1587 fColorList[B_COLOR_SELECTION] = color;
1613 return fColorList[B_COLOR_SELECTION];
2240 fColorList[B_COLOR_SELECTION] = ui_color(B_LIST_SELECTED_BACKGROUND_COLOR);
3366 highColor = fMasterView->Color(B_COLOR_SELECTION);
3367 lowColor = fMasterView->Color(B_COLOR_SELECTION);
3510 lowColor = fMasterView->Color(B_COLOR_SELECTION);
3776 SetHighColor(fMasterView->Color(B_COLOR_SELECTION));
3971 SetHighColor(fMasterView->Color(B_COLOR_SELECTION));

Completed in 101 milliseconds