MCPcopy Create free account
hub / github.com/Wemino/MarkerPatch / TableGetColumnCount

Method TableGetColumnCount

include/imgui/imgui_tables.cpp:1743–1748  ·  view source on GitHub ↗

Source from the content-addressed store, hash-verified

1741//-----------------------------------------------------------------------------
1742
1743int ImGui::TableGetColumnCount()
1744{
1745 ImGuiContext& g = *GImGui;
1746 ImGuiTable* table = g.CurrentTable;
1747 return table ? table->ColumnsCount : 0;
1748}
1749
1750const char* ImGui::TableGetColumnName(int column_n)
1751{

Callers

nothing calls this directly

Calls

no outgoing calls

Tested by

no test coverage detected