diff options
Diffstat (limited to 'redo/doc.go')
| -rw-r--r-- | redo/doc.go | 11 |
1 files changed, 11 insertions, 0 deletions
diff --git a/redo/doc.go b/redo/doc.go new file mode 100644 index 0000000..d204f64 --- /dev/null +++ b/redo/doc.go @@ -0,0 +1,11 @@ +// 14 august 2014 + +/* +[this is being written] + +notes: +- default behavior of event handlers is to do nothing +- default behavior of event handlers that return bool is to do nothing but return false +- passing nil to an event handler set function restores default behavior +*/ +package ui |
