Versions in this module Expand all Collapse all v2 v2.3.5 May 25, 2023 Changes in this version + var MetaBuild = "1" + var MetaID = "com.example" + var MetaIcon = "" + var MetaName = "Fyne App" + var MetaVersion = "1.0.0" + func ApplySettings(set fyne.Settings, app fyne.App) + func ApplySettingsWithCallback(set fyne.Settings, app fyne.App, onEveryWindow func(w fyne.Window)) + func ApplyThemeTo(content fyne.CanvasObject, canv fyne.Canvas) + type FocusManager struct + func NewFocusManager(c fyne.CanvasObject) *FocusManager + func (f *FocusManager) Focus(obj fyne.Focusable) bool + func (f *FocusManager) FocusGained() + func (f *FocusManager) FocusLost() + func (f *FocusManager) FocusNext() + func (f *FocusManager) FocusPrevious() + func (f *FocusManager) Focused() fyne.Focusable + type Lifecycle struct + func (l *Lifecycle) SetOnEnteredForeground(f func()) + func (l *Lifecycle) SetOnExitedForeground(f func()) + func (l *Lifecycle) SetOnStarted(f func()) + func (l *Lifecycle) SetOnStopped(f func()) + func (l *Lifecycle) TriggerEnteredForeground() + func (l *Lifecycle) TriggerExitedForeground() + func (l *Lifecycle) TriggerStarted() + func (l *Lifecycle) TriggerStopped()