Show More
Commit Description:
Tidy code.
Commit Description:
Tidy code.
References:
File last commit:
Show/Diff file:
Action:
ImGui.NET/Generated/ImGuiStyleVar.gen.cs
30 lines | 731 B | text/x-csharp | CSharpLexer
30 lines | 731 B | text/x-csharp | CSharpLexer
r16 | namespace ImGuiNET | |||
{ | ||||
public enum ImGuiStyleVar | ||||
{ | ||||
Alpha = 0, | ||||
WindowPadding = 1, | ||||
WindowRounding = 2, | ||||
WindowBorderSize = 3, | ||||
WindowMinSize = 4, | ||||
WindowTitleAlign = 5, | ||||
ChildRounding = 6, | ||||
ChildBorderSize = 7, | ||||
PopupRounding = 8, | ||||
PopupBorderSize = 9, | ||||
FramePadding = 10, | ||||
FrameRounding = 11, | ||||
FrameBorderSize = 12, | ||||
ItemSpacing = 13, | ||||
ItemInnerSpacing = 14, | ||||
IndentSpacing = 15, | ||||
ScrollbarSize = 16, | ||||
ScrollbarRounding = 17, | ||||
GrabMinSize = 18, | ||||
GrabRounding = 19, | ||||
TabRounding = 20, | ||||
ButtonTextAlign = 21, | ||||
SelectableTextAlign = 22, | ||||
COUNT = 23, | ||||
} | ||||
} | ||||