Table of Contents

Enum TabBar.CloseButtonDisplayPolicy

Namespace
Godot
Assembly
GodotSharp.dll
public enum TabBar.CloseButtonDisplayPolicy : long

Fields

Max = 3

Represents the size of the TabBar.CloseButtonDisplayPolicy enum.

ShowActiveOnly = 1

Only show the close button on the currently active tab.

ShowAlways = 2

Show the close button on all tabs.

ShowNever = 0

Never show the close buttons.