Documentation ¶
Index ¶
- func HandleAsCallback(channel chan string, callback func())
- func HandleAsCallbackArg[T interface{}](channel chan T, callback func(T))
- func NotifyPropertyChange(id string, propertyName string, newValue interface{})
- func NotifyPropertyChangeAsync(id string, propertyName string, newValue interface{})
- func NotifyPropertyChangeCb(id string, propertyName string, newValue interface{}, cb chan int)
- func NotifyPropertyChangeCbAsync(id string, propertyName string, newValue interface{}, cb chan int)
- func Run(gui []View)
- type Button
- type Container
- type HAlign
- type Text
- type TextField
- type View
Constants ¶
This section is empty.
Variables ¶
This section is empty.
Functions ¶
func HandleAsCallback ¶
func HandleAsCallback(channel chan string, callback func())
func HandleAsCallbackArg ¶
func HandleAsCallbackArg[T interface{}](channel chan T, callback func(T))
func NotifyPropertyChange ¶
func NotifyPropertyChangeCb ¶
Types ¶
Click to show internal directories.
Click to hide internal directories.