enum
ImGui::ImGuiTableRowFlags
Overview
Defined in:
types.crEnum Members
-
None =
0 -
Headers =
1 -
Identify header row (set default background color + width of its contents accounted differently for auto column width)
-
All =
1
Instance Method Summary
-
#headers?
Returns
trueif this enum value containsHeaders -
#none?
Returns
trueif this enum value containsNone