MCPcopy Create free account
hub / github.com/KebsCS/KBotExt / ImGuiTableInstanceData

Class ImGuiTableInstanceData

KBotExt/imgui/imgui_internal.h:152–152  ·  view source on GitHub ↗

Storage for one column of a table

Source from the content-addressed store, hash-verified

150struct ImGuiTable; // Storage for a table
151struct ImGuiTableColumn; // Storage for one column of a table
152struct ImGuiTableInstanceData; // Storage for one instance of a same table
153struct ImGuiTableTempData; // Temporary storage for one table (one per table in the stack), shared between tables.
154struct ImGuiTableSettings; // Storage for a table .ini settings
155struct ImGuiTableColumnsSettings; // Storage for a column .ini settings

Callers 1

BeginTableExMethod · 0.85

Calls

no outgoing calls

Tested by

no test coverage detected