Searched refs:tab_to_select (Results 1 – 1 of 1) sorted by relevance
6010 …if (ImGuiTabItem* tab_to_select = TabBarTabListPopupButton(tab_bar)) // NB: Will alter BarRect.Max… in TabBarLayout() local6011 scroll_track_selected_tab_id = tab_bar->SelectedTabId = tab_to_select->ID; in TabBarLayout()6091 …if (ImGuiTabItem* tab_to_select = TabBarScrollingButtons(tab_bar)) // NB: Will alter BarRect.Max.x! in TabBarLayout() local6092 scroll_track_selected_tab_id = tab_bar->SelectedTabId = tab_to_select->ID; in TabBarLayout()6220 ImGuiTabItem* tab_to_select = NULL; in TabBarScrollingButtons() local6250 …tab_to_select = &tab_bar->Tabs[(target_order >= 0 && target_order < tab_bar->Tabs.Size) ? target_o… in TabBarScrollingButtons()6255 return tab_to_select; in TabBarScrollingButtons()6276 ImGuiTabItem* tab_to_select = NULL; in TabBarTabListPopupButton() local6284 tab_to_select = tab; in TabBarTabListPopupButton()6290 return tab_to_select; in TabBarTabListPopupButton()