Storage for a column .ini settings
| 154 | struct ImGuiTableSettings; // Storage for a table .ini settings |
| 155 | struct ImGuiTableColumnsSettings; // Storage for a column .ini settings |
| 156 | struct ImGuiWindow; // Storage for one window |
| 157 | struct ImGuiWindowTempData; // Temporary storage for one window (that's the data which in theory we could ditch at the end of the frame, in practice we currently keep it for each window) |
| 158 | struct ImGuiWindowSettings; // Storage for a window .ini settings (we keep one of those even if the actual window wasn't instanced during this session) |
| 159 |