| 3448 | } |
| 3449 | |
| 3450 | static void PopStyleCompact() |
| 3451 | { |
| 3452 | ImGui::PopStyleVar(2); |
| 3453 | } |
| 3454 | |
| 3455 | // Show a combo box with a choice of sizing policies |
| 3456 | static void EditTableSizingFlags(ImGuiTableFlags* p_flags) |
no outgoing calls
no test coverage detected