Helper for key->value storage
| 159 | struct ImGuiSizeCallbackData; // Callback data when using SetNextWindowSizeConstraints() (rare/advanced use) |
| 160 | struct ImGuiStorage; // Helper for key->value storage |
| 161 | struct ImGuiStyle; // Runtime data for styling/colors |
| 162 | struct ImGuiTableSortSpecs; // Sorting specifications for a table (often handling sort specs for a single column, occasionally more) |
| 163 | struct ImGuiTableColumnSortSpecs; // Sorting specification for one column of a table |
| 164 | struct ImGuiTextBuffer; // Helper to hold and append into a text buffer (~string builder) |