Versions in this module Expand all Collapse all v1 v1.0.0 Jul 21, 2026 Changes in this version + type BluNumericEntry struct + OnChanged func(int) + func NewBluNumericEntry(min, max, initial int) *BluNumericEntry + func NewBluNumericEntryWithButtons(min, max, initial int) (fyne.CanvasObject, *BluNumericEntry) + func (e *BluNumericEntry) GetValue() int + func (e *BluNumericEntry) SetValue(v int) + func (e *BluNumericEntry) TypedKey(k *fyne.KeyEvent) + func (e *BluNumericEntry) TypedRune(r rune) + type BluSmallButton struct + Label string + OnTapped func() + func (b *BluSmallButton) CreateRenderer() fyne.WidgetRenderer + func (b *BluSmallButton) MinSize() fyne.Size + func (b *BluSmallButton) MouseDown(ev *desktop.MouseEvent) + func (b *BluSmallButton) MouseIn(*desktop.MouseEvent) + func (b *BluSmallButton) MouseOut() + func (b *BluSmallButton) MouseUp(ev *desktop.MouseEvent) + func (b *BluSmallButton) Tapped(*fyne.PointEvent) + type BluSmallButtonRenderer struct + func (r *BluSmallButtonRenderer) Destroy() + func (r *BluSmallButtonRenderer) Layout(size fyne.Size) + func (r *BluSmallButtonRenderer) MinSize() fyne.Size + func (r *BluSmallButtonRenderer) Objects() []fyne.CanvasObject + func (r *BluSmallButtonRenderer) Refresh()