struct ImGuiShrinkWidthItem

Overview

#include <imgui_internal.h>

struct ImGuiShrinkWidthItem
{
    // fields

    int Index;
    float Width;
    float InitialWidth;
};