Searched refs:title_bar_is_highlight (Results 1 – 1 of 1) sorted by relevance
5223 …const bool title_bar_is_highlight = want_focus || (window_to_highlight && window->RootWindowForTit… in Begin() local5230 …ImU32 title_bar_col = GetColorU32((title_bar_is_highlight && !g.NavDisableHighlight) ? ImGuiCol_Ti… in Begin()5252 …ImU32 title_bar_col = GetColorU32(title_bar_is_highlight ? ImGuiCol_TitleBgActive : ImGuiCol_Title… in Begin()