Show More
Commit Description:
Add issue.
Commit Description:
Add issue.
References:
File last commit:
Show/Diff file:
Action:
ImGui.NET/Generated/ImGuiTabBarFlags.gen.cs
18 lines | 440 B | text/x-csharp | CSharpLexer
18 lines | 440 B | text/x-csharp | CSharpLexer
r16 | namespace ImGuiNET | |||
{ | ||||
[System.Flags] | ||||
public enum ImGuiTabBarFlags | ||||
{ | ||||
None = 0, | ||||
r503 | Reorderable = 1, | |||
AutoSelectNewTabs = 2, | ||||
TabListPopupButton = 4, | ||||
NoCloseWithMiddleMouseButton = 8, | ||||
NoTabListScrollingButtons = 16, | ||||
NoTooltip = 32, | ||||
FittingPolicyResizeDown = 64, | ||||
FittingPolicyScroll = 128, | ||||
FittingPolicyMask = 192, | ||||
FittingPolicyDefault = 64, | ||||
r16 | } | |||
} | ||||