Show More
Commit Description:
Add Graph file I missed.
Commit Description:
Add Graph file I missed.
File last commit:
Show/Diff file:
Action:
ImGui.NET/Generated/ImGuiStyleVar.gen.cs
31 lines | 757 B | text/x-csharp | CSharpLexer
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,
CellPadding = 16,
ScrollbarSize = 17,
ScrollbarRounding = 18,
GrabMinSize = 19,
GrabRounding = 20,
TabRounding = 21,
ButtonTextAlign = 22,
SelectableTextAlign = 23,
COUNT = 24,
}
}