TabBar: Internals: added TabBarFindByID(), TabBarRemove() helpers.

Currently only for the benefit of TestEngine.
This commit is contained in:
ocornut
2025-09-10 17:59:26 +02:00
parent 045645e5f1
commit 4e98fb20e2
3 changed files with 16 additions and 1 deletions

View File

@@ -3943,7 +3943,7 @@ void ImGui::TableSettingsAddSettingsHandler()
// - TableGcCompactSettings() [Internal]
//-------------------------------------------------------------------------
// Remove Table (currently only used by TestEngine)
// Remove Table data (currently only used by TestEngine)
void ImGui::TableRemove(ImGuiTable* table)
{
//IMGUI_DEBUG_PRINT("TableRemove() id=0x%08X\n", table->ID);