Fyne API "binding.StringList"

binding.StringList


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

Usage

type StringList

type StringList = List[string]

StringList supports binding a list of string values.

Since: 2.0

func BindPreferenceStringList

func BindPreferenceStringList(key string, p fyne.Preferences) StringList

BindPreferenceStringList returns a bound list of string 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