struct ImGuiWindowSettings

Overview

#include <imgui_internal.h>

struct ImGuiWindowSettings
{
    // fields

    ImGuiID ID;
    ImVec2ih Pos;
    ImVec2ih Size;
    ImVec2ih ViewportPos;
    ImGuiID ViewportId;
    ImGuiID DockId;
    ImGuiID ClassId;
    short DockOrder;
    bool Collapsed;
    bool IsChild;
    bool WantApply;
    bool WantDelete;

    // methods

    char* GetName();
};