Versions in this module Expand all Collapse all v1 v1.3.1 Jun 14, 2020 Changes in this version + func LogHint(reason string) + func ScaleInt(c fyne.Canvas, v int) int + func UnscaleInt(c fyne.Canvas, v int) int + type InMemoryPreferences struct + OnChange func() + func NewInMemoryPreferences() *InMemoryPreferences + 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) 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) Values() map[string]interface{} + type OverlayStack struct + func (s *OverlayStack) Add(overlay fyne.CanvasObject) + func (s *OverlayStack) List() []fyne.CanvasObject + func (s *OverlayStack) Remove(overlay fyne.CanvasObject) + func (s *OverlayStack) Top() fyne.CanvasObject