Stacked style modifier, backup of modified data so we can restore it
| 146 | struct ImGuiStackSizes; // Storage of stack sizes for debugging/asserting |
| 147 | struct ImGuiStyleMod; // Stacked style modifier, backup of modified data so we can restore it |
| 148 | struct ImGuiTabBar; // Storage for a tab bar |
| 149 | struct ImGuiTabItem; // Storage for a tab item (within a tab bar) |
| 150 | struct ImGuiTable; // Storage for a table |
| 151 | struct ImGuiTableColumn; // Storage for one column of a table |