MCPcopy Create free account
hub / github.com/RenderKit/embree / ImGuiTableColumn

Class ImGuiTableColumn

tutorials/common/imgui/imgui_internal.h:141–141  ·  view source on GitHub ↗

Storage for a table

Source from the content-addressed store, hash-verified

139struct ImGuiTabItem; // Storage for a tab item (within a tab bar)
140struct ImGuiTable; // Storage for a table
141struct ImGuiTableColumn; // Storage for one column of a table
142struct ImGuiTableInstanceData; // Storage for one instance of a same table
143struct ImGuiTableTempData; // Temporary storage for one table (one per table in the stack), shared between tables.
144struct ImGuiTableSettings; // Storage for a table .ini settings

Callers 1

BeginTableExMethod · 0.85

Calls

no outgoing calls

Tested by

no test coverage detected