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.