summaryrefslogtreecommitdiff
path: root/doc.go
AgeCommit message (Collapse)Author
2014-06-06Updated doc.go with the MsgBox() change.Pietro Gagliardi
2014-06-03Big change to Window: split Open()'s functionality into Create() and Open(); ↵Pietro Gagliardi
they no longer return errors.
2014-04-10Documented that event channels can be assigned to each other to collapse events.Pietro Gagliardi
2014-04-06Added (untested; VM issues) code to handle Mac OS X Quit Dock menu items and ↵Pietro Gagliardi
other related stuff that may happen in the future. Will drop the TODO after I can test it.
2014-03-12Removed ui.Event(); all event channels are initialized with their objects now.Pietro Gagliardi
2014-03-12Added package documentation.Pietro Gagliardi