Versions in this module Expand all Collapse all v0 v0.0.3 Oct 19, 2022 Changes in this version + func NewEntry(save, edit Handler, focus FocusHandler, text string, disable bool) *myEntry + type FocusHandler func(fyne.Focusable) + type Handler func(shortcut fyne.Shortcut) + type UI struct + func Create(w fyne.Window) *UI + func (u *UI) Focus() *UI + func (u *UI) Widget() *fyne.Container v0.0.2 Oct 18, 2022 Changes in this version + func Widget() *fyne.Container