Show More
Commit Description:
Add missing component and message.
Commit Description:
Add missing component and message.
References:
File last commit:
Show/Diff file:
Action:
ImGui.NET/Generated/ImGuiTreeNodeFlags.gen.cs
23 lines | 524 B | text/x-csharp | CSharpLexer
23 lines | 524 B | text/x-csharp | CSharpLexer
r16 | namespace ImGuiNET | |||
{ | ||||
[System.Flags] | ||||
public enum ImGuiTreeNodeFlags | ||||
{ | ||||
None = 0, | ||||
r503 | Selected = 1, | |||
Framed = 2, | ||||
AllowItemOverlap = 4, | ||||
NoTreePushOnOpen = 8, | ||||
NoAutoOpenOnLog = 16, | ||||
DefaultOpen = 32, | ||||
OpenOnDoubleClick = 64, | ||||
OpenOnArrow = 128, | ||||
Leaf = 256, | ||||
Bullet = 512, | ||||
FramePadding = 1024, | ||||
SpanAvailWidth = 2048, | ||||
SpanFullWidth = 4096, | ||||
NavLeftJumpsBackHere = 8192, | ||||
CollapsingHeader = 26, | ||||
r16 | } | |||
} | ||||