Versions in this module Expand all Collapse all v0 v0.0.1 Jun 4, 2024 Changes in this version + const HintsEnabled + func LogHint(reason string) + type ClipItem struct + func (i *ClipItem) Intersect(p fyne.Position, s fyne.Size) *ClipItem + func (i *ClipItem) Rect() (fyne.Position, fyne.Size) + type ClipStack struct + func (c *ClipStack) Length() int + func (c *ClipStack) Pop() *ClipItem + func (c *ClipStack) Push(p fyne.Position, s fyne.Size) *ClipItem + func (c *ClipStack) Top() *ClipItem + type Docs struct + RootDocURI fyne.URI + func (d *Docs) Create(name string) (fyne.URIWriteCloser, error) + func (d *Docs) List() []string + func (d *Docs) Open(name string) (fyne.URIReadCloser, error) + func (d *Docs) Remove(name string) error + func (d *Docs) Save(name string) (fyne.URIWriteCloser, error) + type InMemoryPreferences struct + func NewInMemoryPreferences() *InMemoryPreferences + func (p *InMemoryPreferences) AddChangeListener(listener func()) + func (p *InMemoryPreferences) Bool(key string) bool + func (p *InMemoryPreferences) BoolList(key string) []bool + func (p *InMemoryPreferences) BoolListWithFallback(key string, fallback []bool) []bool + func (p *InMemoryPreferences) BoolWithFallback(key string, fallback bool) bool + func (p *InMemoryPreferences) ChangeListeners() []func() + func (p *InMemoryPreferences) Float(key string) float64 + func (p *InMemoryPreferences) FloatList(key string) []float64 + func (p *InMemoryPreferences) FloatListWithFallback(key string, fallback []float64) []float64 + func (p *InMemoryPreferences) FloatWithFallback(key string, fallback float64) float64 + func (p *InMemoryPreferences) Int(key string) int + func (p *InMemoryPreferences) IntList(key string) []int + func (p *InMemoryPreferences) IntListWithFallback(key string, fallback []int) []int + func (p *InMemoryPreferences) IntWithFallback(key string, fallback int) int + func (p *InMemoryPreferences) ReadValues(fn func(map[string]interface{})) + func (p *InMemoryPreferences) RemoveValue(key string) + func (p *InMemoryPreferences) SetBool(key string, value bool) + func (p *InMemoryPreferences) SetBoolList(key string, value []bool) + func (p *InMemoryPreferences) SetFloat(key string, value float64) + func (p *InMemoryPreferences) SetFloatList(key string, value []float64) + func (p *InMemoryPreferences) SetInt(key string, value int) + func (p *InMemoryPreferences) SetIntList(key string, value []int) + func (p *InMemoryPreferences) SetString(key string, value string) + func (p *InMemoryPreferences) SetStringList(key string, value []string) + func (p *InMemoryPreferences) String(key string) string + func (p *InMemoryPreferences) StringList(key string) []string + func (p *InMemoryPreferences) StringListWithFallback(key string, fallback []string) []string + func (p *InMemoryPreferences) StringWithFallback(key, fallback string) string + func (p *InMemoryPreferences) WriteValues(fn func(map[string]interface{})) + type OverlayStack struct + Canvas fyne.Canvas + OnChange func() + func (s *OverlayStack) Add(overlay fyne.CanvasObject) + func (s *OverlayStack) List() []fyne.CanvasObject + func (s *OverlayStack) ListFocusManagers() []*app.FocusManager + func (s *OverlayStack) Remove(overlay fyne.CanvasObject) + func (s *OverlayStack) Top() fyne.CanvasObject + func (s *OverlayStack) TopFocusManager() *app.FocusManager