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

Usage

type IntList

  type IntList = List[int]
  

IntList supports binding a list of int values.

Since: 2.0

func BindPreferenceIntList

  func BindPreferenceIntList(key string, p fyne.Preferences) IntList
  

BindPreferenceIntList returns a bound list of int 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