Home
last modified time | relevance | path

Searched refs:tab_to_select (Results 1 – 1 of 1) sorted by relevance

/external/mesa3d/src/imgui/
Dimgui_widgets.cpp6010 …if (ImGuiTabItem* tab_to_select = TabBarTabListPopupButton(tab_bar)) // NB: Will alter BarRect.Max… in TabBarLayout() local
6011 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() local
6092 scroll_track_selected_tab_id = tab_bar->SelectedTabId = tab_to_select->ID; in TabBarLayout()
6220 ImGuiTabItem* tab_to_select = NULL; in TabBarScrollingButtons() local
6250tab_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() local
6284 tab_to_select = tab; in TabBarTabListPopupButton()
6290 return tab_to_select; in TabBarTabListPopupButton()