Fyne API "widget.TabLocation"

widget.TabLocation


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.

Deprecated: use container.TabLocation instead.
const (
	// Deprecated: use container.TabLocationTop
	TabLocationTop TabLocation = iota
	// Deprecated: use container.TabLocationLeading
	TabLocationLeading
	// Deprecated: use container.TabLocationBottom
	TabLocationBottom
	// Deprecated: use container.TabLocationTrailing
	TabLocationTrailing
)

TabLocation values