import "fyne.io/fyne/v2/container"
  

Usage

type TabLocation

  type TabLocation int
  

TabLocation is the location where the tabs of a tab container should be rendered

Since: 1.4
  const (
	TabLocationTop TabLocation = iota
	TabLocationLeading
	TabLocationBottom
	TabLocationTrailing
)
  

TabLocation values