summaryrefslogtreecommitdiff
path: root/doc.go
diff options
context:
space:
mode:
authorJeff Carr <[email protected]>2024-01-11 16:41:37 -0600
committerJeff Carr <[email protected]>2024-01-11 16:41:37 -0600
commitbc292d0968f5af3427b4459b855cb709a25776f2 (patch)
tree6c5d6924067a302e0f53ec7d8dab5875e5f1d501 /doc.go
parentab0d77d388af861a1900537d95bf0a5ad35ede97 (diff)
type value any
move the common code here. add docs
Diffstat (limited to 'doc.go')
-rw-r--r--doc.go14
1 files changed, 14 insertions, 0 deletions
diff --git a/doc.go b/doc.go
new file mode 100644
index 0000000..7719a9d
--- /dev/null
+++ b/doc.go
@@ -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 (?)
+//