Documentation ¶
Overview ¶
Package fstate provides interaction betweeen Fyne and state.
Index ¶
Constants ¶
This section is empty.
Variables ¶
This section is empty.
Functions ¶
func FromBinding ¶
func FromBinding[T any, B Binding[T]](b B) state.MutableState[T]
FromBinding returns a state that defers to a Fyne data binding.
TODO: Handle errors somehow.
func ToListBinding ¶
ToListBinding creates a binding.DataList from a state.State containing a slice of States.
Types ¶
Click to show internal directories.
Click to hide internal directories.