Versions in this module Expand all Collapse all v2 v2.1.6 Jan 5, 2023 Changes in this version + 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()