Fyne API "binding.Rune"

binding.Rune


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

Usage

type Rune

type Rune = Item[rune]

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