Versions in this module Expand all Collapse all v1 v1.1.0 Aug 7, 2023 Changes in this version + type DoubleTapDecorator struct + Object T + OnDoubleTapped func(event *fyne.PointEvent) + func NewDoubleTapObject(object T, onDoubleTapped func(event *fyne.PointEvent)) *DoubleTapDecorator[T] + func (d *DoubleTapDecorator[T]) DoubleTapped(event *fyne.PointEvent) v1.0.0 Jul 27, 2023 Changes in this version + type NumericalEntry struct + func NewNumericalEntry() *NumericalEntry + func (e *NumericalEntry) Keyboard() mobile.KeyboardType + func (e *NumericalEntry) TypedRune(r rune) + func (e *NumericalEntry) TypedShortcut(shortcut fyne.Shortcut) + type TappableLabel struct + OnTapped func() + func NewTappableLabel(text string) *TappableLabel + func (t *TappableLabel) Tapped(_ *fyne.PointEvent)