Internals: renaming IndexWithinParent to OrderWithinParent

This commit is contained in:
omar
2017-07-20 21:25:31 +08:00
parent 25f3717a1c
commit 85d9c8fb46
2 changed files with 5 additions and 5 deletions

View File

@ -620,7 +620,7 @@ struct IMGUI_API ImGuiWindow
char* Name;
ImGuiID ID; // == ImHash(Name)
ImGuiWindowFlags Flags; // See enum ImGuiWindowFlags_
int IndexWithinParent; // Order within immediate parent window, if we are a child window. Otherwise 0.
int OrderWithinParent; // Order within immediate parent window, if we are a child window. Otherwise 0.
ImVec2 PosFloat;
ImVec2 Pos; // Position rounded-up to nearest pixel
ImVec2 Size; // Current size (==SizeFull or collapsed title bar size)