struct ImGuiDockContextPruneNodeData

Overview

struct ImGuiDockContextPruneNodeData
{
    // fields

    int CountWindows;
    int CountChildWindows;
    int CountChildNodes;
    ImGuiID RootId;
};