MCPcopy Create free account
hub / github.com/chrxh/alien / DynamicTableLayout

Method DynamicTableLayout

source/Gui/AlienImGui.cpp:2455–2459  ·  view source on GitHub ↗

Source from the content-addressed store, hash-verified

2453}
2454
2455AlienImGui::DynamicTableLayout::DynamicTableLayout(float columnWidth)
2456 : _columnWidth(columnWidth)
2457{
2458 _numColumns = calcNumColumns(ImGui::GetContentRegionAvail().x, columnWidth);
2459}
2460
2461bool AlienImGui::DynamicTableLayout::begin()
2462{

Callers

nothing calls this directly

Calls

no outgoing calls

Tested by

no test coverage detected