Searched refs:scrolling_buttons_width (Results 1 – 1 of 1) sorted by relevance
6210 const float scrolling_buttons_width = arrow_button_size.x * 2.0f; in TabBarScrollingButtons() local6216 …ntains(ImRect(window->DC.CursorPos, window->DC.CursorPos + ImVec2(scrolling_buttons_width, 0.0f))); in TabBarScrollingButtons()6232 …window->DC.CursorPos = ImVec2(tab_bar->BarRect.Max.x - scrolling_buttons_width, tab_bar->BarRect.M… in TabBarScrollingButtons()6235 …window->DC.CursorPos = ImVec2(tab_bar->BarRect.Max.x - scrolling_buttons_width + arrow_button_size… in TabBarScrollingButtons()6253 tab_bar->BarRect.Max.x -= scrolling_buttons_width + 1.0f; in TabBarScrollingButtons()