Searched refs:TableSetColumnEnabled (Results 1 – 3 of 3) sorted by relevance
772 …IMGUI_API void TableSetColumnEnabled(int column_n, bool v);// change user accessi…
1543 void ImGui::TableSetColumnEnabled(int column_n, bool enabled) in TableSetColumnEnabled() function in ImGui
190 - Tables: Clarified that TableSetColumnEnabled() requires the table to use the ImGuiTableFlags_Hide…286 - Tables: Expose TableSetColumnEnabled() in public api. (#3935)