ImRectSizeConstraintRect;// Valid if 'SetNextWindowSizeConstraint' is true
ImRectSizeConstraintRect;
ImGuiSizeCallbackSizeCallback;
void*SizeCallbackUserData;
floatBgAlphaVal;
@ -940,9 +940,10 @@ struct IMGUI_API ImGuiWindow
intAutoFitChildAxises;
ImGuiDirAutoPosLastDirection;
intHiddenFrames;
ImGuiCondSetWindowPosAllowFlags;// store condition flags for next SetWindowPos() call.
ImGuiCondSetWindowSizeAllowFlags;// store condition flags for next SetWindowSize() call.
ImGuiCondSetWindowCollapsedAllowFlags;// store condition flags for next SetWindowCollapsed() call.
ImGuiCondSetWindowPosAllowFlags;// store accepted condition flags for SetNextWindowPos() use.
ImGuiCondSetWindowSizeAllowFlags;// store accepted condition flags for SetNextWindowSize() use.
ImGuiCondSetWindowCollapsedAllowFlags;// store accepted condition flags for SetNextWindowCollapsed() use.
ImVec2SetWindowPosVal;// store window position when using a non-zero Pivot (position set needs to be processed when we know the window size)
ImVec2SetWindowPosPivot;// store window pivot for positioning. ImVec2(0,0) when positioning from top-left corner; ImVec2(0.5f,0.5f) for centering; ImVec2(1,1) for bottom right.