commit | 0d3b468cb35796df9db5f3895931925de07b3a6c | [log] [tgz] |
---|---|---|
author | ocornut <omarcornut@gmail.com> | Tue Oct 17 17:39:56 2023 +0200 |
committer | ocornut <omarcornut@gmail.com> | Tue Nov 07 20:15:32 2023 +0100 |
tree | 052ffdb9d321e899c255173daf77922ff18b64ae | |
parent | 44345c21083b6218d735154670361482e3768780 [diff] |
BeginChild(): added ImGuiChildFlags_AutoResizeX, ImGuiChildFlags_AutoResizeY, ImGuiChildFlags_AlwaysAutoResize + support for SetNextWindowSizeConstraints(). (#1666, #1395, #1496, #1710) + Demo Note that child don't report ideal content size to parent so nesting may be difficult. Note 4e4042b simplified SkipItems logic. Note e2035a5 standardizing WindowMinSize application on child