MCPcopy Create free account
hub / github.com/InteractiveComputerGraphics/SPlisHSPlasH / ImGuiTableColumn

Class ImGuiTableColumn

extern/imgui/imgui_internal.h:144–144  ·  view source on GitHub ↗

Storage for a table

Source from the content-addressed store, hash-verified

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

Callers 1

BeginTableExMethod · 0.85

Calls

no outgoing calls

Tested by

no test coverage detected