Fyne API widget

widget


import "fyne.io/fyne/widget"

Usage

type TabLocation

type TabLocation int

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

const (
	TabLocationTop TabLocation = iota
	TabLocationLeading
	TabLocationBottom
	TabLocationTrailing
)

TabLocation values