Remove TabBar data (currently only used by TestEngine)
| 9792 | |
| 9793 | // Remove TabBar data (currently only used by TestEngine) |
| 9794 | void ImGui::TabBarRemove(ImGuiTabBar* tab_bar) |
| 9795 | { |
| 9796 | ImGuiContext& g = *GImGui; |
| 9797 | g.TabBars.Remove(tab_bar->ID, tab_bar); |
| 9798 | } |
| 9799 | |
| 9800 | bool ImGui::BeginTabBar(const char* str_id, ImGuiTabBarFlags flags) |
| 9801 | { |