2014-08-14 08:38:12 -05:00
|
|
|
// 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
|
2014-08-14 08:53:29 -05:00
|
|
|
- only functions safe for calling outside Do() are Go(), Do(), and Stop()
|
2014-08-14 08:38:12 -05:00
|
|
|
*/
|
|
|
|
package ui
|