| 3744 | } |
| 3745 | |
| 3746 | static void PopStyleCompact() |
| 3747 | { |
| 3748 | ImGui::PopStyleVar(2); |
| 3749 | } |
| 3750 | |
| 3751 | // Show a combo box with a choice of sizing policies |
| 3752 | static void EditTableSizingFlags(ImGuiTableFlags* p_flags) |
no outgoing calls
no test coverage detected