summaryrefslogtreecommitdiff
path: root/doc.go
diff options
context:
space:
mode:
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 (?)
+//