Versions in this module Expand all Collapse all v2 v2.1.6 Jan 5, 2023 Changes in this version + func HintsEnabled() bool + func LogHint(reason string) + func ScaleInt(c fyne.Canvas, v float32) int + func UnscaleInt(c fyne.Canvas, v int) float32 + 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) BoolWithFallback(key string, fallback bool) bool + func (p *InMemoryPreferences) Float(key string) float64 + func (p *InMemoryPreferences) FloatWithFallback(key string, fallback float64) float64 + func (p *InMemoryPreferences) Int(key string) 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) SetFloat(key string, value float64) + func (p *InMemoryPreferences) SetInt(key string, value int) + func (p *InMemoryPreferences) SetString(key string, value string) + func (p *InMemoryPreferences) String(key 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