Fyne API "binding.FloatList"

binding.FloatList


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

Usage

type FloatList

type FloatList = List[float64]

FloatList supports binding a list of float64 values.

Since: 2.0

func BindPreferenceFloatList

func BindPreferenceFloatList(key string, p fyne.Preferences) FloatList

BindPreferenceFloatList returns a bound list of float64 values that is managed by the application preferences. Changes to this value will be saved to application storage and when the app starts the previous values will be read.

Since: 2.6