Versions in this module Expand all Collapse all v1 v1.0.0 Mar 19, 2019 Changes in this version + func NewBorderLayout(top, bottom, left, right fyne.CanvasObject) fyne.Layout + func NewFixedGridLayout(size fyne.Size) fyne.Layout + func NewFormLayout() fyne.Layout + func NewGridLayout(cols int) fyne.Layout + func NewHBoxLayout() fyne.Layout + func NewMaxLayout() fyne.Layout + func NewSpacer() fyne.CanvasObject + 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) 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