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

Function TabItemGetSectionIdx

KBotExt/imgui/imgui_widgets.cpp:7501–7504  ·  view source on GitHub ↗

Source from the content-addressed store, hash-verified

7499}
7500
7501static inline int TabItemGetSectionIdx(const ImGuiTabItem* tab)
7502{
7503 return (tab->Flags & ImGuiTabItemFlags_Leading) ? 0 : (tab->Flags & ImGuiTabItemFlags_Trailing) ? 2 : 1;
7504}
7505
7506static int IMGUI_CDECL TabItemComparerBySection(const void* lhs, const void* rhs)
7507{

Callers 2

TabBarLayoutMethod · 0.85

Calls

no outgoing calls

Tested by

no test coverage detected