Searched defs:ImGuiTableSettings (Results 1 – 2 of 2) sorted by relevance
2353 struct ImGuiTableSettings struct2362 ImGuiTableSettings() { memset(this, 0, sizeof(*this)); } in ImGuiTableSettings() argument2363 …GuiTableColumnSettings* GetColumnSettings() { return (ImGuiTableColumnSettings*)(this + 1); } in GetColumnSettings()
3603 void ImGui::DebugNodeTableSettings(ImGuiTableSettings*) {} in DebugNodeTableSettings() argument