mirror of
https://github.com/ocornut/imgui.git
synced 2026-01-11 00:04:24 +00:00
Internals: renaming IndexWithinParent to OrderWithinParent
This commit is contained in:
parent
25f3717a1c
commit
85d9c8fb46
2 changed files with 5 additions and 5 deletions
|
|
@ -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)
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue