15 lines
461 B
Go
15 lines
461 B
Go
package widget
|
|
|
|
// passes information between the gui package and the toolkit plugins
|
|
//
|
|
// This is the only thing that is passed between the toolkit plugin
|
|
//
|
|
// what names should be used? This is not part of [[Graphical Widget]]
|
|
// Event() seems like a good name.
|
|
// Event is used too much: web dev, cloud, etc
|
|
// I'm using "Action". Maybe it should really be
|
|
// "Interaction" as per wikipedia [[User interface]]
|
|
//
|
|
// TODO: convert this to a protobuf (?)
|
|
//
|