Documentation ¶
Index ¶
Constants ¶
This section is empty.
Variables ¶
This section is empty.
Functions ¶
Types ¶
type Event ¶
type Event struct { Box map[EventType]map[string]IEvent Events chan EventObject // contains filtered or unexported fields }
type EventObject ¶
type EventObject struct { Et EventType Obj interface{} }
type IEvent ¶
type IEvent interface { //Build() fyne.CanvasObject //Reset() //ReBuild() //Clear() Notify(arg EventObject) }
Click to show internal directories.
Click to hide internal directories.