1
0
Fork 0
mirror of https://github.com/ocornut/imgui.git synced 2026-01-11 00:04:24 +00:00

Moved everyone's best friend GetContentRegionAvail() to a more prominent position.

This commit is contained in:
ocornut 2024-07-25 16:02:59 +02:00
parent aad86b8756
commit 055b2e80fb
2 changed files with 5 additions and 10 deletions

View file

@ -10315,7 +10315,6 @@ IM_MSVC_RUNTIME_CHECKS_RESTORE
// - GetContentRegionMax()
// - GetContentRegionMaxAbs() [Internal]
// - GetContentRegionAvail(),
// - GetWindowContentRegionMin(), GetWindowContentRegionMax()
// - BeginGroup()
// - EndGroup()
// Also see in imgui_widgets: tab bars, and in imgui_tables: tables, columns.