Stacked style modifier, backup of modified data so we can restore it
| 139 | struct ImGuiStackSizes; // Storage of stack sizes for debugging/asserting |
| 140 | struct ImGuiStyleMod; // Stacked style modifier, backup of modified data so we can restore it |
| 141 | struct ImGuiTabBar; // Storage for a tab bar |
| 142 | struct ImGuiTabItem; // Storage for a tab item (within a tab bar) |
| 143 | struct ImGuiTable; // Storage for a table |
| 144 | struct ImGuiTableColumn; // Storage for one column of a table |