diff options
| author | Jeff Carr <[email protected]> | 2024-01-11 16:41:37 -0600 |
|---|---|---|
| committer | Jeff Carr <[email protected]> | 2024-01-11 16:41:37 -0600 |
| commit | bc292d0968f5af3427b4459b855cb709a25776f2 (patch) | |
| tree | 6c5d6924067a302e0f53ec7d8dab5875e5f1d501 /doc.go | |
| parent | ab0d77d388af861a1900537d95bf0a5ad35ede97 (diff) | |
type value any
move the common code here. add docs
Diffstat (limited to 'doc.go')
| -rw-r--r-- | doc.go | 14 |
1 files changed, 14 insertions, 0 deletions
@@ -0,0 +1,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 (?) +// |
