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

/haiku/src/apps/cortex/support/
H A Dcortex_ui.h68 const rgb_color M_YELLOW_COLOR = ui_color(B_WINDOW_TAB_COLOR);
/haiku/src/bin/
H A DWindowShade.cpp26 {"activetab", required_argument, &sColorWhich, B_WINDOW_TAB_COLOR},
72 I(window_tab_color, B_WINDOW_TAB_COLOR),
/haiku/src/preferences/appearance/
H A DColors.cpp70 { B_WINDOW_TAB_COLOR, B_TRANSLATE_MARK("Window tab") },
H A DAPRView.cpp247 && which != B_WINDOW_TAB_COLOR) {
394 } else if (which == B_WINDOW_TAB_COLOR) {
/haiku/headers/os/interface/
H A DInterfaceDefs.h344 B_WINDOW_TAB_COLOR = 3, enumerator in enum:color_which
/haiku/src/add-ons/decorators/WinDecorator/
H A DWinDecorator.cpp64 fFocusTabColor(settings.UIColor(B_WINDOW_TAB_COLOR)),
/haiku/src/servers/app/
H A DWorkspacesView.cpp195 activeTabColor = decorator->UIColor(B_WINDOW_TAB_COLOR);
H A DDesktop.cpp1779 case B_WINDOW_TAB_COLOR:
/haiku/src/add-ons/control_look/FlatControlLook/
H A DFlatControlLook.cpp134 customColor = tint_color(ui_color(B_WINDOW_TAB_COLOR), 1.0);
1448 rgb_color defaultIndicatorColor = ui_color(B_WINDOW_TAB_COLOR);
1616 // if the text color is too light, then make it using B_WINDOW_TAB_COLOR
1618 customColor = tint_color(ui_color(B_WINDOW_TAB_COLOR), 1.4);
1620 customColor = ui_color(B_WINDOW_TAB_COLOR);
/haiku/src/servers/app/decorator/
H A DTabDecorator.cpp210 fFocusTabColor = settings.UIColor(B_WINDOW_TAB_COLOR);
/haiku/src/kits/interface/
H A DInterfaceDefs.cpp78 {255, 203, 0, 255}, // B_WINDOW_TAB_COLOR
124 {227, 73, 17, 255}, // B_WINDOW_TAB_COLOR
169 "B_WINDOW_TAB_COLOR",
1486 general_info.window_frame_color = ui_color(B_WINDOW_TAB_COLOR);

Completed in 270 milliseconds