MCPcopy Create free account
hub / github.com/KebsCS/KBotExt / GetTabBarFromTabBarRef

Function GetTabBarFromTabBarRef

KBotExt/imgui/imgui_widgets.cpp:7524–7528  ·  view source on GitHub ↗

Source from the content-addressed store, hash-verified

7522}
7523
7524static ImGuiTabBar* GetTabBarFromTabBarRef(const ImGuiPtrOrIndex& ref)
7525{
7526 ImGuiContext& g = *GImGui;
7527 return ref.Ptr ? (ImGuiTabBar*)ref.Ptr : g.TabBars.GetByIndex(ref.Index);
7528}
7529
7530static ImGuiPtrOrIndex GetTabBarRefFromTabBar(ImGuiTabBar* tab_bar)
7531{

Callers 1

EndTabBarMethod · 0.85

Calls 1

GetByIndexMethod · 0.80

Tested by

no test coverage detected