TabsCloseButtonDisplayPolicy Enumeration |
[Missing <summary> documentation for "T:Godot.Tabs.CloseButtonDisplayPolicy"]
Namespace: Godot
public enum CloseButtonDisplayPolicy
Member name | Value | Description | |
---|---|---|---|
ShowNever | 0 | Never show the close buttons. | |
ShowActiveOnly | 1 | Only show the close button on the currently active tab. | |
ShowAlways | 2 | Show the close button on all tabs. | |
Max | 3 | Represents the size of the TabsCloseButtonDisplayPolicy enum. |