Documented the previous commit and more TODOs.

This commit is contained in:
Pietro Gagliardi 2014-08-13 14:12:09 -04:00
parent 2a2d730d12
commit f45a192247
2 changed files with 4 additions and 0 deletions

View File

@ -19,6 +19,8 @@ import (
// To handle events to the Area, an Area must be paired with an AreaHandler.
// See AreaHandler for details.
//
// Area will accept keyboard focus if tabbed into, but will refuse to relinquish keyboard focus if tabbed out.
//
// Do not use an Area if you intend to read text.
// Area reads keys based on their position on a standard
// 101-key keyboard, and does no character processing.

View File

@ -48,3 +48,5 @@ windows
- tab order is backwards
mac os x
- applicationShouldTerminate: not handled
gtk+, mac os x
- default buttons, escape