Versions in this module Expand all Collapse all v0 v0.0.1 Jun 4, 2024 Changes in this version + func NewAdaptiveGridLayout(rowcols int) fyne.Layout + func NewBorderLayout(top, bottom, left, right fyne.CanvasObject) fyne.Layout + func NewCenterLayout() fyne.Layout + func NewFormLayout() fyne.Layout + func NewGridLayout(cols int) fyne.Layout + func NewGridLayoutWithColumns(cols int) fyne.Layout + func NewGridLayoutWithRows(rows int) fyne.Layout + func NewGridWrapLayout(size fyne.Size) fyne.Layout + func NewHBoxLayout() fyne.Layout + func NewMaxLayout() fyne.Layout + func NewPaddedLayout() fyne.Layout + func NewSpacer() fyne.CanvasObject + func NewStackLayout() fyne.Layout + func NewVBoxLayout() fyne.Layout + type Spacer struct + FixHorizontal bool + FixVertical bool + func (s *Spacer) ExpandHorizontal() bool + func (s *Spacer) ExpandVertical() bool + func (s *Spacer) Hide() + func (s *Spacer) MinSize() fyne.Size + func (s *Spacer) Move(pos fyne.Position) + func (s *Spacer) Position() fyne.Position + func (s *Spacer) Refresh() + func (s *Spacer) Resize(size fyne.Size) + func (s *Spacer) Show() + func (s *Spacer) Size() fyne.Size + func (s *Spacer) Visible() bool + type SpacerObject interface + ExpandHorizontal func() bool + ExpandVertical func() bool