MCPcopy Create free account
hub / github.com/AshenvaleZX/ZXEngine / TableUpdateLayout

Method TableUpdateLayout

CPPScripts/External/ImGui/imgui_tables.cpp:802–1280  ·  view source on GitHub ↗

Layout columns for the frame. This is in essence the followup to BeginTable() and this is our largest function. Runs on the first call to TableNextRow(), to give a chance for TableSetupColumn() and other TableSetupXXXXX() functions to be called first. FIXME-TABLE: Our width (and therefore our WorkRect) will be minimal in the first frame for _WidthAuto columns. Increase feedback side-effect with wi

Source from the content-addressed store, hash-verified

source not stored for this graph (policy: none)

Callers

nothing calls this directly

Calls 11

ImBitArrayClearAllBitsFunction · 0.85
ImMaxFunction · 0.85
TableSetupColumnFlagsFunction · 0.85
ImBitArraySetBitFunction · 0.85
ImTruncFunction · 0.85
TableGetInstanceDataFunction · 0.85
ImMinFunction · 0.85
ImClampFunction · 0.85
GetWidthMethod · 0.80
SetCurrentChannelMethod · 0.80
PushClipRectMethod · 0.45

Tested by

no test coverage detected