Fyne API "binding.Rune"

binding.Rune


import "fyne.io/fyne/v2/data/binding"

Usage

type Rune

type Rune interface {
	DataItem
	Get() (rune, error)
	Set(rune) error
}

Rune supports binding a rune value.

Since: 2.0

func NewRune

func NewRune() Rune

NewRune returns a bindable rune value that is managed internally.

Since: 2.0