Temporary storage for one table (one per table in the stack), shared between tables.
| 142 | struct ImGuiTableInstanceData; // Storage for one instance of a same table |
| 143 | struct ImGuiTableTempData; // Temporary storage for one table (one per table in the stack), shared between tables. |
| 144 | struct ImGuiTableSettings; // Storage for a table .ini settings |
| 145 | struct ImGuiTableColumnsSettings; // Storage for a column .ini settings |
| 146 | struct ImGuiWindow; // Storage for one window |
| 147 | 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) |