Versions in this module Expand all Collapse all v1 v1.0.3 Jan 11, 2026 v1.0.2 Dec 13, 2025 v1.0.1 Nov 24, 2025 v1.0.0 Nov 15, 2025 Changes in this version + func NewMGNumericEntryWithButtons(min, max, initial int) fyne.CanvasObject + type MGNumericEntry struct + Max int + Min int + OnChanged func(int) + Step int + Value int + func NewMGNumericEntry(min, max, initial int) *MGNumericEntry + func (e *MGNumericEntry) Decrement() + func (e *MGNumericEntry) GetValue() int + func (e *MGNumericEntry) Increment() + func (e *MGNumericEntry) SetValue(v int) + func (e *MGNumericEntry) TypedKey(k *fyne.KeyEvent) + func (e *MGNumericEntry) TypedRune(r rune) + type MGSmallButton struct + Label string + OnTapped func() + func NewMGSmallButton(label string, onTap func()) *MGSmallButton + func (b *MGSmallButton) CreateRenderer() fyne.WidgetRenderer + func (b *MGSmallButton) MinSize() fyne.Size + func (b *MGSmallButton) MouseDown(ev *desktop.MouseEvent) + func (b *MGSmallButton) MouseIn(*desktop.MouseEvent) + func (b *MGSmallButton) MouseOut() + func (b *MGSmallButton) MouseUp(ev *desktop.MouseEvent) + func (b *MGSmallButton) Tapped(*fyne.PointEvent)