Upgrade to v2.5
Fyne API v2.5
app
canvas
container
package container
AppTabs
DocTabs
InnerWindow
MultipleWindows
Scroll
ScrollDirection
Split
TabItem
TabLocation
ThemeOverride
data/binding
data/validation
dialog
driver
driver/desktop
driver/mobile
driver/software
lang
layout
storage
storage/repository
test
theme
widget
Fyne API "container.TabLocation"
container.TabLocation
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