Documentation
¶
Index ¶
Constants ¶
This section is empty.
Variables ¶
This section is empty.
Functions ¶
func Builder ¶
func Builder[T any](listenable Listenable[T], builder ListenableBuilderCallback[T]) application.BaseWidget
Types ¶
type Listenable ¶
type ListenableBuilder ¶
type ListenableBuilder[T any] struct { // contains filtered or unexported fields }
type ListenableBuilderCallback ¶
type ListenableBuilderCallback[T any] func() application.BaseWidget
type Listener ¶
type Listener[T any] chan T
func NewListener ¶
func NewListener[T any](callback ListenerFunc[T]) Listener[T]
type ListenerFunc ¶
type ListenerFunc[T any] func(T)
Click to show internal directories.
Click to hide internal directories.