summaryrefslogtreecommitdiff
path: root/doc.go
blob: 7719a9d005c36649ce294422a257ee2409c2c506 (plain)
1
2
3
4
5
6
7
8
9
10
11
12
13
14
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 (?)
//