Fyne API "binding.ExternalRuneList"
binding.ExternalRuneList
import "fyne.io/fyne/v2/data/binding"
Usage
type ExternalRuneList
type ExternalRuneList interface {
RuneList
Reload() error
}
ExternalRuneList supports binding a list of rune values from an external variable.
Since:
2.0
func BindRuneList
func BindRuneList(v *[]rune) ExternalRuneList
BindRuneList returns a bound list of rune values, based on the contents of the passed slice. If your code changes the content of the slice this refers to you should call Reload() to inform the bindings.
Since:
2.0