struct ImGuiTabBarSection

Overview

struct ImGuiTabBarSection
{
    // fields

    int TabCount;
    float Width;
    float WidthAfterShrinkMinWidth;
    float Spacing;
};