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

/xsrc/external/mit/MesaLib.old/dist/src/imgui/
H A Dimgui_widgets.cpp6010 if (ImGuiTabItem* tab_to_select = TabBarTabListPopupButton(tab_bar)) // NB: Will alter BarRect.Max.x! local in function:ImGui::TabBarLayout
6011 scroll_track_selected_tab_id = tab_bar->SelectedTabId = tab_to_select->ID;
6091 if (ImGuiTabItem* tab_to_select = TabBarScrollingButtons(tab_bar)) // NB: Will alter BarRect.Max.x! local in function:ImGui::TabBarLayout
6092 scroll_track_selected_tab_id = tab_bar->SelectedTabId = tab_to_select->ID;
6220 ImGuiTabItem* tab_to_select = NULL; local in function:ImGui::TabBarScrollingButtons
6250 tab_to_select = &tab_bar->Tabs[(target_order >= 0 && target_order < tab_bar->Tabs.Size) ? target_order : selected_order]; // If we are at the end of the list, still scroll to make our tab visible
6255 return tab_to_select;
6276 ImGuiTabItem* tab_to_select = NULL; local in function:ImGui::TabBarTabListPopupButton
6284 tab_to_select = tab;
6290 return tab_to_select;
[all...]
/xsrc/external/mit/MesaLib/dist/src/imgui/
H A Dimgui_widgets.cpp6010 if (ImGuiTabItem* tab_to_select = TabBarTabListPopupButton(tab_bar)) // NB: Will alter BarRect.Max.x! local in function:ImGui::TabBarLayout
6011 scroll_track_selected_tab_id = tab_bar->SelectedTabId = tab_to_select->ID;
6091 if (ImGuiTabItem* tab_to_select = TabBarScrollingButtons(tab_bar)) // NB: Will alter BarRect.Max.x! local in function:ImGui::TabBarLayout
6092 scroll_track_selected_tab_id = tab_bar->SelectedTabId = tab_to_select->ID;
6220 ImGuiTabItem* tab_to_select = NULL; local in function:ImGui::TabBarScrollingButtons
6250 tab_to_select = &tab_bar->Tabs[(target_order >= 0 && target_order < tab_bar->Tabs.Size) ? target_order : selected_order]; // If we are at the end of the list, still scroll to make our tab visible
6255 return tab_to_select;
6276 ImGuiTabItem* tab_to_select = NULL; local in function:ImGui::TabBarTabListPopupButton
6284 tab_to_select = tab;
6290 return tab_to_select;
[all...]

Completed in 25 milliseconds